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