public async Task <HttpResponseMessage> Update() { var people = await PeopleService.DownloadPeopleListAsync(); return(new HttpResponseMessage(HttpStatusCode.OK)); }