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