<PackageReference Include="Castle.Windsor" Version="4.1.0" />

Castle.MicroKernel.IHandlerSelector

public interface IHandlerSelector
Implementors of this interface allow to extend the way the container perform component resolution based on some application specific business logic.
namespace Castle.MicroKernel.Handlers { }