public async Task <IActionResult> Index() { IEnumerable <string> urls = await _storageService.RetrieveImageBlobUrls(); return(View(urls)); }