protected override void TestInitialize()
 {
     this.InitializeTestManager();
     this.ISmbAdapterInstance         = ((Microsoft.Protocol.TestSuites.Smb.ISmbAdapter)(this.GetAdapter(typeof(Microsoft.Protocol.TestSuites.Smb.ISmbAdapter))));
     this.IServerSetupAdapterInstance = ((Microsoft.Protocol.TestSuites.Smb.IServerSetupAdapter)(this.GetAdapter(typeof(Microsoft.Protocol.TestSuites.Smb.IServerSetupAdapter))));
     this.IServerSetupAdapterInstance.ServerSetupResponse     += IServerSetupAdapterInstance_ServerSetupResponse;
     this.ISmbAdapterInstance.NonExtendedNegotiateResponse    += ISmbAdapterInstance_NonExtendedNegotiateResponse;
     this.ISmbAdapterInstance.NonExtendedSessionSetupResponse += ISmbAdapterInstance_NonExtendedSessionSetupResponse;
     this.ISmbAdapterInstance.SmbConnectionResponse           += ISmbAdapterInstance_SmbConnectionResponse;
     this.ISmbAdapterInstance.TreeConnectResponse             += ISmbAdapterInstance_TreeConnectResponse;
 }