namespace Hrynco.RabbitMq; public record CorrelationContext { public required string CorrelationId { get; init; } }