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

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.