public async Task <ActionResult <Citizen> > PutCiudadano(int id, Citizen item) { return(Ok(await _citizenService.PutCitizen(item))); }