public void ConfigureDeadLetter(Action <IPipeConfigurator <ReceiveContext> > callback)
 {
     _configuration.ConfigureDeadLetter(callback);
 }