Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService
Provides methods to determine if the specified type with the specified service key is available
from the IServiceProvider.
namespace Microsoft.Extensions.DependencyInjection
{
public interface IServiceProviderIsKeyedService : IServiceProviderIsService
{
bool IsKeyedService(Type serviceType, object serviceKey);
}
}