public virtual async Task SendToQueue(PaymentNotification.Created notification)
 => await _queueHandler.Send(_mapper.Map <PaymentNotification.Created>(notification), _queuesSettings.PaymentCreatedQueueName);
 public override Task SendToQueue(PaymentNotification.Created notification)
 => Task.CompletedTask;