using System.Collections.Generic; namespace VersOne.Epub.Schema { public class EpubSpine : List { public string Toc { get; set; } } }