using RabbitMQ.Client; namespace AipsCore.Infrastructure.MessageBroking.RabbitMQ; public interface IRabbitMqConnection { Task CreateChannelAsync(CancellationToken cancellationToken = default); }