using Application.Abstractions.Messaging; namespace Application.Features.Admin.Member.Wallet.List.Charge; public sealed record Command( int WalletID, long Amount, string? Memo ) : ICommand;