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