namespace Connected.Configuration.Endpoints { public interface IEndpointConfiguration { string Address { get; } } }