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

Microsoft.Extensions.DependencyInjection.KeyedService

public static class KeyedService
Provides static APIs for use with IKeyedServiceProvider.
namespace Microsoft.Extensions.DependencyInjection { public static class KeyedService { public static object AnyKey { get; } } }