using System; using System.Collections.Generic; using System.Text; namespace Pole.ReliableMessage.Abstraction { public interface IServiceIPv4AddressProvider { string Get(); } }