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