protected virtual IRecoveryCallback GetPolledConsumerRecoveryCallback(ErrorInfrastructure errorInfrastructure, IConsumerOptions options)
 {
     return(errorInfrastructure.Recoverer);
 }
 public PolledConsumerResources(IMessageSource source, ErrorInfrastructure errorInfrastructure)
 {
     Source = source;
     ErrorInfrastructure = errorInfrastructure;
 }