/// <summary>
 /// Returns true if there is a internal variable with this key
 /// </summary>
 public bool HasIntVariable(string key)
 {
     return(StepMaster.ContainsInternalNumeric(key));
 }