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