public Task <IEnumerable <string> > Get(string dir) { return(_imageService.GetImageListAsync(dir)); }