public CompositeRootDependencyController(CompositeMasterService compositeMasterService)
 {
     this.compositeMasterService = compositeMasterService;
 }
 public InterfacedAndDirectDependencyController(ISupportDependencyServiceA rootCompositeWithA, ISupportDependencyServiceB rootCompositeWithB, CompositeMasterService compositeMasterService)
 {
     this.rootCompositeWithA     = rootCompositeWithA;
     this.rootCompositeWithB     = rootCompositeWithB;
     this.compositeMasterService = compositeMasterService;
 }