protected override void TestInitialize()
 {
     this.InitializeTestManager();
     this.IMixedOplockLeaseAdapterInstance = ((Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Adapter.MixedOplockLease.IMixedOplockLeaseAdapter)(this.Manager.GetAdapter(typeof(Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Adapter.MixedOplockLease.IMixedOplockLeaseAdapter))));
     this.Manager.Subscribe(VerificationInfo, this.IMixedOplockLeaseAdapterInstance);
     this.grantedLeaseType = this.Manager.CreateVariable <int>("grantedLeaseType");
     this.v = this.Manager.CreateVariable <int>("v");
 }
 protected override void TestInitialize()
 {
     this.InitializeTestManager();
     this.IMixedOplockLeaseAdapterInstance = ((Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Adapter.MixedOplockLease.IMixedOplockLeaseAdapter)(this.Manager.GetAdapter(typeof(Microsoft.Protocols.TestSuites.FileSharing.SMB2Model.Adapter.MixedOplockLease.IMixedOplockLeaseAdapter))));
     this.Manager.Subscribe(VerificationInfo, this.IMixedOplockLeaseAdapterInstance);
     this.grantedLeaseType = this.Manager.CreateVariable<int>("grantedLeaseType");
     this.v = this.Manager.CreateVariable<int>("v");
 }