public virtual bool HasVariableLocal(string variableName)
 {
     return(WrappedScope.HasVariableLocal(variableName));
 }