public Consumer( ConnectionBroker conn, ILogger <Consumer> logger) { _broker = conn; _logger = logger; }
public Producer(ConnectionBroker conn, ILogger <Producer> logger) { _broker = conn; _logger = logger; }