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

Castle.MicroKernel.IHandlerFactory

public interface IHandlerFactory
Extension point to allow the developer to use his implementation of IHandler
namespace Castle.MicroKernel { public delegate void HandlerDelegate (IHandler handler, ref bool stateChanged); }