using System.Collections.Generic; namespace VersOne.Epub { public class EpubContentRef { public Dictionary Html { get; set; } public Dictionary Css { get; set; } public Dictionary Images { get; set; } public Dictionary Fonts { get; set; } public Dictionary AllFiles { get; set; } } }