<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="11.0.0-preview.3.26207.106" />

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