public async Task <bool> DeleteAll()
 {
     try
     {
         return(await _imageStorageService.DeleteAllAsync());
     }
     catch (Exception)
     {
         return(false);
     }
 }