namespace HeuristicLab.Problems.ProgramSynthesis.Push.Data.Pool { public interface IPooledObject { void Reset(); } }