namespace MarketPriceLookup.Common { public class HandbookCategory { public string Id { get; set; } public string ParentId { get; set; } } }