namespace ChapterX.Application.ReadingList.Commands
{
    public record AddResponse(int Id);
}
