namespace CUE.NET.Wrapper { public interface ICueDevice { CorsairDeviceInfo DeviceInfo { get; } } }