namespace Birdmap.BLL.Options { public record RabbitMqClientOptions(string Hostname, int Port, string Username, string Password, string Topic); }