namespace DealerSelection.Common.Interfaces.HttpClient; public interface IHttpClientHandler { System.Net.Http.HttpClient GetHttpClient(); }