namespace RGB.NET.Core.Devices { /// /// Represents a generic RGB-device /// public interface IRGBDevice { } }