<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.7" />

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(); } }