namespace DigitalData.Core.Abstractions.Client { public interface IHttpClientService : IBaseHttpClientService { } }