void PopObject(object obj) { MiniSet.Pop(ref _recursion, obj); }
void PopObject(object obj) { _recursion.Pop(obj); }