namespace FictionArchive.Service.Shared.Services.EventBus.Implementations; public class RabbitMQOptions { public string ConnectionString { get; set; } public string ClientIdentifier { get; set; } }