// GET api/values public async Task <IEnumerable <string> > Get() { return(await valueService.GetValueList()); }