public string GetErrorIfInvalidIdentifier(string text) { return(ValidationUtil.GetErrorIfInvalidIdentifier(text, ActiveProject.GetCodeLanguage())); }