namespace ChapterX.Application.Comment.Queries
{
    public record GetResponse(Domain.Entities.Comment? Comment);
}
