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

IInitializable

public interface IInitializable
Lifecycle interface. If implemented by a component, the method Initialized will be invoked by the container before making the component available to the external world.
void Initialize()

Implementors should perform any initialization logic.