public void SwitchOff()
        {
            var nextState = _currentState.SwitchOff();

            MoveTo(nextState);
        }
 public void SwitchOff()
 {
     _currentState.SwitchOff();
 }