public async Task <bool> CheckAbilityToInsure([FromBody] CheckAbilityToInsureGameView checkAbilityToInsureGameView) { bool response = await _gameLogicService.CheckAbilityToInsure(checkAbilityToInsureGameView); return(response); }