public override void Process(HandleCallbackArgs args)
 {
     if (args.Notification.IsVideoUpload() || args.Notification.IsAssetUpload())
     {
         if (args.Notification.IsSuccess())
         {
             StorageServiceManager.Delete(args.OperationId, args.Notification);
         }
     }
 }