public ValueTask <bool> QueueBindAsync(string queueName, string exchangeName, string routingKey = "", Dictionary <string, object> arguments = null) { return(_queueMethodHandler.QueueBindAsync(queueName, exchangeName, routingKey, arguments)); }