public HtmlDocumentationBuilder(
     IConfiguration configuration,
     HtmlDocumentFormatter htmlDocumentFormatter,
     HtmlResourceWriter htmlResourceWriter,
     IFileSystem fileSystem)
 {
     this.configuration         = configuration;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter    = htmlResourceWriter;
     this.fileSystem            = fileSystem;
 }
 public HtmlDocumentationBuilder(
     IConfiguration configuration,
     HtmlDocumentFormatter htmlDocumentFormatter,
     HtmlResourceWriter htmlResourceWriter,
     IFileSystem fileSystem)
 {
     this.configuration = configuration;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter = htmlResourceWriter;
     this.fileSystem = fileSystem;
 }