protected MQServiceBase(MQConfig config) { this.Config = config; }
public MQConnection(MQConfig config, string vhost) { this.config = config; this.vhost = vhost; }