namespace LootDumpProcessor.Model.Input; public class ServiceItemCost { public Dictionary? Costs { get; set; } }