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