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