namespace cmonitor.client.reports.light { public sealed class LightLinux : ILight { public int Get() { return 0; } public void Set(int value) { } } }