public void SwitchOff()
 {
     lock (_syncRoot)
     {
         _lightSwitch.SwitchOff();
     }
 }