public async Task <IActionResult> PlayGame([FromBody] BattleDto battleDto) { return(Ok(await _battleService.PlayGame(battleDto))); }