namespace LOCTester { public interface ICurrentConfig { string BaseServiceUri { get; } } }