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