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