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