public bool ContainsVariableSymbol(string text) { return(LanguageHelper.ContainsVariableSymbols(text)); }