public Component2(IntermediateService intermediateService)
 {
     this.intermediateService = intermediateService;
     LogBuilder.Append("Component2.ctor ");
 }
 public Component2(IntermediateService intermediateService)
 {
     this.intermediateService = intermediateService;
     LogBuilder.Append("Component2.ctor ");
 }