public async Task <IActionResult> SkillAttack(SkillAttackDTo request) { return(Ok(await _fightService.skillAttack(request))); }