public virtual void RemoveVariablesLocal(ICollection <string> variableNames)
 {
     WrappedScope.RemoveVariablesLocal(variableNames);
 }