public List <PersonDTO> GetAllPeople() { string json = client.GetAllPeople(); return(personAdapter.ConvertJsonToDtoList(json)); }