public async Task <IActionResult> Clear()
        {
            await _battleService.ClearBattle();

            return(Ok());
        }