namespace MangaReader.Core.Sources; public interface IMangaSourceComponent { string SourceId { get; } }