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

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)