namespace LootDumpProcessor.Model.Input; public class CompletedQuest { public string? QuestID { get; set; } }