private static void SupernetNetworks(ProgramContext ac) { IPNetwork[] supernet = null; if (!IPNetwork.TrySupernet(ac.Networks, out supernet)) { Console.WriteLine("Unable to supernet these networks"); } Program.PrintNetworks(ac, supernet, supernet.Length); }