public void Return(Action <JSValue> returnValueAction) { SetCurrentState(State.Returned); builder.Return(returnValueAction); }