public static string Indent(string s, int indentation) { return(StringUtils.Indent(s, indentation, ' ')); }