public void Consume(TracedInput input) { _logger.Info("I got into TracedInputConsumer"); Thread.Sleep(1.Seconds()); if (input.Fail) { throw new DivideByZeroException("You shall not pass!"); } }