public virtual object GetVariableLocal(string variableName)
 {
     return(WrappedScope.GetVariableLocal(variableName));
 }