namespace Endpoint { /// /// Describes a service endpoint's configuration /// public interface IServiceEndpointConfiguration { string Name { get; set; } } }