public void TransitorTo(DemoState state)
 {
     _state = state;
     _state.SetContext(this);
 }