private void Start()
 {
     CursorUtils.HideMouseCursor();
     _stateController.TransitionTo <NormalState>();
 }