public BasicConverter(IWkHtmlToXService wkHtmlToXService) { this.wkHtmlToXService = wkHtmlToXService; }
public SynchronizedConverter(IWkHtmlToXService wkHtmlToXService) : base(wkHtmlToXService) { }