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

IRecyclable

public interface IRecyclable
Only called for components that belongs to a pool when the component comes back to the pool.
void Recycle()

Implementors should perform any initialization/clean up.