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

ILazyComponentLoader

public interface ILazyComponentLoader
Provides lazy registration capabilities to the container.
IRegistration Load(string name, Type service, Arguments arguments)

Used by container to allow the loader to register component for given name and service to the container at the time when it is requested