public GlobalDelegatingHandler(IOuterPipelineDetector detector) { this.detector = detector; }
public GlobalPipelineHandler(IOuterPipelineDetector detector) { this.detector = detector; }