public ServiceProviderHandler(IServiceScope serviceScope, bool ownsServiceScope = default) : this(serviceScope : serviceScope.Arg(nameof(serviceScope)), ownsServiceScope : ownsServiceScope) { }
public DependencyScope(IServiceScope outerServiceScope, bool ownsOuterServiceScope = default) : this(outerServiceScope : outerServiceScope.Arg(nameof(outerServiceScope)), ownsOuterServiceScope : ownsOuterServiceScope) { }