public ServiceAcceptingFactoryService(
     ScopedFactoryService scopedService,
     IFactoryService transientService)
 {
     ScopedService = scopedService;
     TransientService = transientService;
 }
 public ServiceAcceptingFactoryService(
     ScopedFactoryService scopedService,
     IFactoryService transientService)
 {
     ScopedService    = scopedService;
     TransientService = transientService;
 }