public async Task SetDealPlayer([FromBody] SetDealPlayerGameView setDealPlayerGameView) { await _gameLogicService.SetDealPlayer(setDealPlayerGameView); }