<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="11.0.0-rc.1.26425.128" />

Microsoft.Extensions.DependencyInjection.IServiceScopeFactory

public interface IServiceScopeFactory
Creates instances of IServiceScope, which is used to create services within a scope.
namespace Microsoft.Extensions.DependencyInjection { public interface IServiceScopeFactory { IServiceScope CreateScope(); } }