using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Studio.Settlement.GetTax; public sealed record Query(int MemberID, int Year) : IQuery<Result<Response>>;