public async Task <ActionResult> Index() { var model = await _uploadService.GetAllFilesAsync(); return(View(model)); }