<PackageReference Include="castle.windsor" Version="2.5.2" />

ILazyComponentLoader

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

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