namespace MangaReader.Core.Pipeline; public interface IMangaPipeline { Task RunAsync(MangaPipelineRequest request); }