namespace LANCommander.Server.Models; public class PackagingDialogOptions { public Guid GameId { get; set; } public Guid ToolId { get; set; } public Guid RedistributableId { get; set; } }