public void RemoveVariable(string variableName)
 {
     CheckDisposed();
     Engine.RemoveVariable(variableName);
 }