namespace Netmash.Infrastructure.PublicIP.Entities
{
public class IPInfo
public string ip { get; set; }
}