namespace HeuristicLab.Algorithms.PushGP.Data.Pool { public interface IRecyclable { void Recycle(); } }