using Netmash.Infrastructure.PublicIP.Entities;
using System.Threading.Tasks;
namespace Netmash.Infrastructure.PublicIP.Services
{
public interface IPublicIPService
Task<IPInfo> GetPublicIP();
}