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

Castle.MicroKernel.IFacility

public interface IFacility
Unit of extension. A facility should use the extension points offered by the kernel to augment its functionality.
namespace Castle.MicroKernel { public interface IFacility { void Init(IKernel kernel, IConfiguration facilityConfig); void Terminate(); } }