namespace MangaReader.Core.HttpService; public interface IHttpService { Task GetStringAsync(string url, CancellationToken cancellationToken); }