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

Castle.MicroKernel.ISubSystem

public interface ISubSystem
A subsystem is used by the MicroKernel to deal with a specific concern.
void Init(IKernelInternal kernel)

Initializes the subsystem

void Terminate()

Should perform the termination of the subsystem instance.