/// <summary> /// Close the module. /// </summary> public override void Destroy() { NdapiContext.RemoveModule(this); base.Destroy(); }