using Application.Abstractions.Messaging; namespace Application.Features.Api.Paper.GetPositions; public sealed record Query(int MemberID) : IQuery;