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

IInitializable

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

Implementors should perform any initialization logic.