protected void RaiseAcceptorPaymentSpent(ClientSwap swap) { AcceptorPaymentSpent?.Invoke(this, new SwapEventArgs(swap)); }
protected Task RaiseAcceptorPaymentSpent( Swap swap, CancellationToken cancellationToken = default) => AcceptorPaymentSpent?.Invoke(this, new SwapEventArgs(swap), cancellationToken);