namespace RGB.NET.Devices.SoIP.Generic { /// /// Marker interface for SoIP device definitions. /// public interface ISoIPDeviceDefinition { } }