public ComPlusServiceLoader(ServiceInfo info)
 {
     this.info = info;
     this.typeLoader = new ComPlusTypeLoader(info);
     this.configLoader = new ConfigLoader(this.typeLoader);
 }
 public ComPlusServiceLoader(ServiceInfo info)
 {
     this.info         = info;
     this.typeLoader   = new ComPlusTypeLoader(info);
     this.configLoader = new ConfigLoader(this.typeLoader);
 }