public void PrintRoutingTable() { Console.WriteLine($"Router: {OwnIP.ToString()} Route entries: {RouteTable.Count}"); RouteTable.PrintItems(); }