using System.Collections.Generic; namespace SmartNav.Model.Navigation; public sealed class TeleportTicketFile { public Dictionary Tickets { get; set; } = new Dictionary(); }