public async Task <ActionResult <IEnumerable <string> > > Get() { var foo = await service.CallAPage(); return(new string[] { foo }); }