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