internal BlogPostReferenceFixer(string html, IBlogPostPublishingContext publishingContext)
     : base(html)
 {
     _uploadContext     = publishingContext;
     _fileUploadWorker  = new FileUploadWorker(_uploadContext.BlogPost.Id);
     _fileReferenceList = SupportingFileReferenceList.CalculateReferencesForPublish(publishingContext.EditingContext);
 }
 internal BlogPostReferenceFixer(string html, IBlogPostPublishingContext publishingContext)
     : base(html)
 {
     _uploadContext = publishingContext;
     _fileUploadWorker = new FileUploadWorker(_uploadContext.BlogPost.Id);
     _fileReferenceList = SupportingFileReferenceList.CalculateReferencesForPublish(publishingContext.EditingContext);
 }