private static string ServerRecordToString(ServerRecord record) { return($"{record.GetHost()}:{record.GetPort()}"); }