public BatchResult Execute(StorageActions storage)
 {
     storage.Delete(Key, Etag);
     return(new BatchResult
     {
         Key = Key,
     });
 }