namespace DigitalData.Core.Abstractions.Client { public interface IHttpClientOptions { public string Uri { get; set; } } }