using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Paper.Deposit; public sealed record Command(int MemberID, decimal TokenAmount) : ICommand>;