public async Task <IActionResult> GetById(int id) { var entities = await _recursoService.GetById(id); return(Ok(entities)); }