using System.Collections.Generic; namespace mROA.CodegenTools { public class TemplateDocument { public List Parts { get; set; } } }