namespace PepLib { public class NestDrawing { public string Name { get; set; } public int QtyRequired { get; set; } } }