public Task Execute(Envelope envelope, IEnvelopeContext context, DateTime utcNow) { return(context.Retry(envelope)); }
public void Execute(Envelope envelope, IEnvelopeContext context) { context.Retry(envelope); }