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

Castle.Core.Internal.LateBoundComponent

public sealed class LateBoundComponent
Marker class used to denote components that have late bound type That is the actual type is not known exactly at the time when ComponentModel is created. Those are for example components instantiated via abstract factory.
public static readonly object Instance