private void AddText(ParagraphBuilder paragraphBuilder, Text text)
 {
     paragraphBuilder.AddTextToParagraph(text.Content);
 }