public ContentFragmentBuilder(ContentFragmentFactory fragmentFactory, ISecuredFragmentMarkupGeneratorFactory markupGeneratorFactory)
 {
     _fragmentFactory = fragmentFactory;
     _markupGeneratorFactory = markupGeneratorFactory;
 }
 public ContentFragmentBuilder(ContentFragmentFactory fragmentFactory, ISecuredFragmentMarkupGeneratorFactory markupGeneratorFactory)
 {
     _fragmentFactory        = fragmentFactory;
     _markupGeneratorFactory = markupGeneratorFactory;
 }