public (IModel, ProducerOptions) GetInstance(string queueName)
 {
     return(factory.GetProducer(queueName));
 }