public void GetIpAddressTest() { // Act string result = _instance.GetIpAddress(); // Assert Console.WriteLine(result); Assert.IsNotEmpty(result); }