private static void AppendHtml(ITagBuilder tagBuilder, string innerHtml) { tagBuilder.AppendHtml(innerHtml); }