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