public async Task <GetRoundGameView> GetRound(int gameId) { GetRoundGameView getRoundGameView = await _gameLogicService.GetRound(gameId); return(getRoundGameView); }