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