public static void ListItem(this StringBuilder sb, string text)
 {
     sb.Append(HTMLFormater.ListItem(text));
 }