using Cloud.Services.Broker.Support;
namespace Cloud.Services.Broker
{
public interface IBrokerProducer
Task ProduceAsync(string topic, Command command);
}