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