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

Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute

Indicates that the parameter should be bound using the keyed service registered with the specified key.
namespace Microsoft.Extensions.DependencyInjection { public class FromKeyedServicesAttribute : Attribute { public object Key { get; } public ServiceKeyLookupMode LookupMode { get; } public FromKeyedServicesAttribute(object key); public FromKeyedServicesAttribute(); } }