public object Restore(Interpreter interpreter, SCode thunk) { throw new NotImplementedException (); //interpreter.Continuation = this.continuation; //return interpreter.Apply (thunk, new object [] { }); }