namespace LootDumpProcessor.Model.Input; public class TraderServerSettings { public TraderServices? TraderServices { get; set; } }