namespace InABox.Avalonia.Platform { public interface IDeviceId : ILoggable { string GetDeviceId(); } }