namespace AlicizaX.ObjectPool { internal interface IObjectPoolServiceDebugView { int GetAllObjectPools(bool sort, ObjectPoolBase[] results); } }