namespace QuestPDF.Infrastructure { /// <summary> /// Represents the primary container encapsulating the entire content of the document. /// </summary> public interface IDocumentContainer { } }