using FluentResults; using NexusReader.Application.Queries.Reader; namespace NexusReader.Application.Abstractions.Services; public interface IEpubService { Task> GetEpubContentAsync(int chapterIndex); }