public renderSectionAccessoryBlockElement(block: BlockElement, index: number): TOutputObject | null {
        if (this.allowedLayoutBlockTypes.has(LayoutBlockType.SECTION) === false && !isSectionBlockAccessoryElement(block)) {
            return null;
        }