public async Task <IActionResult> GetbyId(Guid id) { var result = await _skillService.GetEntity(id); return(Ok(result)); }