public void Stop()
 {
     _moveInProgress = false;
     _playerMove.Stop();
 }