namespace MoonlightServers.Daemon.Models; public class Allocation { public string IpAddress { get; set; } public int Port { get; set; } }