private static void TestListNewsGroups(NntpClient client) { // list newsgroups ShowLines(client.ListNewsgroups("*.recovery").Lines); }