public async Task <FilesViewModel> List()
 {
     try
     {
         return(await _imageStorageService.ListAsync());
     }
     catch (Exception)
     {
         return(null);
     }
 }