public ApplicationService(IXXXServiceLibraryConfiguration serviceLibraryConfiguration, IDomainServiceContract domainServiceContract)
 {
     _domainServiceContract = domainServiceContract;
     _xxxxx = serviceLibraryConfiguration;
 }
 public AircraftMaintenanceApplicationService(IXXXServiceLibraryConfiguration serviceLibraryConfiguration, IFleetRecoverAndPersist fleetRecoverAndPersist)
 {
     _fleetRecoverAndPersist         = fleetRecoverAndPersist;
     _xXXServiceLibraryConfiguration = serviceLibraryConfiguration;
 }