public void TestNetmapSnapshot() { var client = new ControlClient(key, host); var netmap = client.NetmapSnapshot(); Console.WriteLine(netmap); }