using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Payment.Toss.Confirm.Cancel; public sealed record Command( int ID, string? CancelRequester, string? CancelReason ) : ICommand;