<PackageReference Include="castle.windsor" Version="2.5.2" />

ISubSystem

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

Initializes the subsystem

void Terminate()

Should perform the termination of the subsystem instance.