using Application.Abstractions.Messaging; namespace Application.Features.Forum.Comment.Get; public sealed record Query(int ID) : IQuery;