using FictionArchive.Service.Shared.Contracts.Events; namespace FictionArchive.Service.NovelService.Contracts; public record ChapterPullRequested( uint NovelId, uint VolumeId, uint ChapterOrder) : IChapterPullRequested;