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

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.