public bool HasVariable(string variableName)
 {
     CheckDisposed();
     return(Engine.HasVariable(variableName));
 }