namespace TanksServer; public class ServicePointDisplayConfiguration { public string Hostname { get; set; } = string.Empty; public int Port { get; set; } }