public DonutContentRenderer(IContentRenderer contentRenderer,
                             TemplateResolver templateResolver,
                             ContentFragmentAttributeAssembler attributeAssembler,
                             IContentRepository contentRepository,
                             DisplayOptions displayOptions)
     : base(contentRenderer, templateResolver, attributeAssembler, contentRepository, displayOptions)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AlloyContentAreaRenderer"/> class.
 /// </summary>
 /// <param name="contentRenderer">The content renderer.</param>
 /// <param name="templateResolver">The template resolver.</param>
 /// <param name="attributeAssembler">The attribute assembler.</param>
 public AlloyContentAreaRenderer(IContentRenderer contentRenderer, TemplateResolver templateResolver, ContentFragmentAttributeAssembler attributeAssembler)
     : base(contentRenderer, templateResolver, attributeAssembler)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AlloyContentAreaRenderer"/> class.
 /// </summary>
 /// <param name="contentRenderer">The content renderer.</param>
 /// <param name="templateResolver">The template resolver.</param>
 /// <param name="attributeAssembler">The attribute assembler.</param>
 public AlloyContentAreaRenderer(IContentRenderer contentRenderer, TemplateResolver templateResolver, ContentFragmentAttributeAssembler attributeAssembler)
     : base(contentRenderer, templateResolver, attributeAssembler)
 {
 }