namespace DigitalData.Core.Abstractions.Client { public interface IHttpClientService : IBaseHttpClientService where TClientOptions : new() { } }