namespace SimpleObjectPool { internal interface IPooledObject { void Free(); } }