public static bool IsPublicAddress(this IPAddress ip)
 {
     return(!NetworkUtilities.IpAddressIsInPrivateAddressSpace(ip));
 }