interface ILamp { bool IsWorking { get; set; } string LampModel { get; set; } } public string LampModel { get =>