public new void StartTransition(SimpleState toState)
 {
     _activeState.StartTransition(toState);
 }