using RGB.NET.Core; namespace RGB.NET.Devices.OpenRGB { internal interface IOpenRGBDevice : IRGBDevice { } }