public MssComponentHub() { Logger.Info(1, "Initializing MssComponentHub"); ConstructNonSerializableMembers(); //Construct Serializable members this._mssProgramMgr = new MssProgramMgr(); this.mappingMgr = new MappingManager(); this.genMappingMgr = new GeneratorMappingManager(); this.activeMappingInfo = new ActiveMappingInfo(); this.variableParamMgr = new VariableParamMgr(); }