namespace Application.Domain; public class MapLine { public string mapId { get; set; } public int x { get; set; } public int y { get; set; } }