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