public bool IsLegalASCIIIdentifier(string value)
 {
     return(NamingUtility.IsLegalASCIIIdentifier(value));
 }