public HistoryOutputParser(IParagraphEndLocator paragraphEndLocator, IParagraphAggregator paragraphAggregator, IHistoryItemParser itemParser, IHistoryItemHtmlRenderer itemHtmlRenderer, HtmlEncodeOutputEncoder encoder, IUrlLinkifier linkifier)
 {
     _paragraphEndLocator = paragraphEndLocator;
     _paragraphAggregator = paragraphAggregator;
     _itemParser          = itemParser;
     _itemHtmlRenderer    = itemHtmlRenderer;
     _encoder             = encoder;
     _linkifier           = linkifier;
 }
 public HistoryOutputParser(IParagraphEndLocator paragraphEndLocator, IParagraphAggregator paragraphAggregator, IHistoryItemParser itemParser, IHistoryItemHtmlRenderer itemHtmlRenderer, HtmlEncodeOutputEncoder encoder, IUrlLinkifier linkifier)
 {
     _paragraphEndLocator = paragraphEndLocator;
     _paragraphAggregator = paragraphAggregator;
     _itemParser = itemParser;
     _itemHtmlRenderer = itemHtmlRenderer;
     _encoder = encoder;
     _linkifier = linkifier;
 }