public void MoveRight(PlayerDto player)
 {
     _playerToRightMover.MoveRight(player);
     NotifyUiDrawerChangedOnMapHappened();
 }