public bool OnPrepareBackup(object sender, SPBackupInformation args)
 {
     throw new NotImplementedException();
 }
 public bool OnBackupComplete(object sender, SPBackupInformation args)
 {
     throw new NotImplementedException();
 }