using Application.Abstractions.Messaging; namespace Application.Features.Forum.Post.Get { public sealed record Query(int ID) : IQuery<Response>; }