public static string Truncate(string s, int maximumLength) { return(StringUtils.Truncate(s, maximumLength, "...")); }