public System.Threading.Tasks.Task EncryptAsync(FileCryptography.Presentation.Wpf.FileCryptographyService.EncryptionRequest req)
 {
     return(base.Channel.EncryptAsync(req));
 }
 public void Encrypt(FileCryptography.Presentation.Wpf.FileCryptographyService.EncryptionRequest req)
 {
     base.Channel.Encrypt(req);
 }