public async Task <ActionResult <Citizen> > Post(Citizen item) { return(Ok(await _citizenService.PostCitizen(item))); }