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

Castle.MicroKernel.SubSystemConstants

public abstract class SubSystemConstants
Holds the keys used by Kernel to register/request a subsystem.
namespace Castle.MicroKernel { public abstract class SubSystemConstants { public static readonly string ConfigurationStoreKey; public static readonly string ConversionManagerKey; public static readonly string DiagnosticsKey; public static readonly string NamingKey; public static readonly string ResourceKey; protected SubSystemConstants(); } }