namespace DigitalData.Core.Client { public class HttpClientOptions { public string Uri { get; set; } = string.Empty; } }