public async Task <IActionResult> Delete(int id) { await _skillsService.DeleteAsync(id); return(Ok()); }