Represents loaded conceptual documentation content.
public class ConceptualContent
public string BestPractices { get; set; }
public string Examples { get; set; }
public string Patterns { get; set; }
public string Usage { get; set; }