public async Task <Player> UpdatePlayerName(Guid playerId, int amount)
 {
     return(await _mongoDBRepository.IncrementPlayerScore(playerId, amount));
 }