namespace MangaReader.Core.Metadata; public interface IMangaMetadataProvider { SourceManga GetManga(string url); }