public Task UpdatePlayerInGame([FromRoute] string id, [FromBody] Player player) => _gameRepository.AddOrUpdatePlayerInGameAsync(id, player);