public static void Render(IComment comment, CommentRendererContext context) { comment.Accept(new CommentRenderer(), context); }