namespace ThoughtWorks.CruiseControl.WebDashboard.Configuration { public interface IRemoteServicesConfiguration { ServerLocation[] Servers { get; set; } } }