namespace WatchIt.Common.Services.HttpClient; public interface IHttpClientService { Task SendRequestAsync(HttpRequest request); }