namespace FreeSR.Shared.Configuration { public class NetworkConfiguration { public string Host { get; set; } public ushort Port { get; set; } } }