public void TestIsLocalHost(string ipv6Text, bool isLoopBack)
 {
     Assert.Equal(isLoopBack, NetworkConverter.IsLoopBack(ipv6Text));
 }