public async Task Handle(InvoiceCanceledEvent @event)
 {
     await _paymentRepository.CanceledPaymentAsync(@event.InvoiceData.PaymentId, CancellationToken.None);
 }