private static void RenderHtmlResponse(Action<HtmlFormatter> action)
 {
     HtmlFormatter formatter = new HtmlFormatter();
     action.Invoke(formatter);
 }
        private static void RenderHtmlResponse(Action <HtmlFormatter> action)
        {
            HtmlFormatter formatter = new HtmlFormatter();

            action.Invoke(formatter);
        }