public static bool GetIsNewVariable(this CustomVariable customVariable, IElement container)
 {
     return(customVariable.GetIsTunneling() == false && customVariable.GetIsExposingVariable(container) == false);
 }