public virtual void SetVariableLocal(string variableName, object value)
 {
     WrappedScope.SetVariableLocal(variableName, value);
 }