namespace MangaReader.Core.WebCrawlers; public interface IMangaWebCrawler { SourceManga GetManga(string url); }