public static string Trim(string rawString, int charLimit)
 {
     return(StringUtility.Trim(rawString, charLimit, "..."));
 }