namespace QuestionableCompanion.Models; public class LANHelperRequest { public string QuesterName { get; set; } = string.Empty; public ushort QuesterWorldId { get; set; } public string DutyName { get; set; } = string.Empty; }