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

FactorySupportFacility

public void AddAccessor<TService, TFactory>(string serviceKey, string instanceAccessorMethod)

public void AddAccessor<TService, TFactory>(string serviceKey, string instanceAccessorMethod, string factoryId)

public void AddFactory<TService, TFactory>(string serviceKey, string factoryCreateMethodName)

public void AddFactory<TService, TFactory>(string serviceKey, string factoryCreateMethodName, string factoryId)