protected virtual IModel CreateChannel(string channelName, string connectionName) { return(ConnectionPool .Get(connectionName) .CreateModel()); }