namespace Producer.Interfaces; public interface IIpService { Task GetPublicIpAddress(); }