public void TestConstructorArgumentNullException()
 {
     var encryptionApi = new EncryptionApi(null);
 }
 public void TestConstructorArgumentNullException()
 {
     var encryptionApi = new EncryptionApi(null);
 }
 public override void MyTestInitialize()
 {
     base.MyTestInitialize();
     this.EncryptionApi = new EncryptionApi(this.DsmApiContext);
 }
 public override void MyTestInitialize()
 {
     base.MyTestInitialize();
     this.EncryptionApi = new EncryptionApi(this.DsmApiContext);
 }