using NetDaemonInterface; namespace NetDaemonInterface; public interface IDeviceCollection { IDeviceControl GetDevice(DeviceControlEnum area); }