public void RemovePlayer(int playerId)
 {
     _inputService.RemovePlayerById(playerId);
 }