public async Task <ResponseGetDeallerExtraCardGameView> GetDeallerExtraCard([FromBody] RequestGetDeallerExtraCardGameView getDeallerExtraCardView) { ResponseGetDeallerExtraCardGameView responseGetDeallerExtraCardView = await _gameLogicService.GetDeallerExtraCard(getDeallerExtraCardView); return(responseGetDeallerExtraCardView); }