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