Property Headers
Headers
Transport-level headers/properties flattened into a dictionary. For AMQP: includes standard properties (content-type, message-id, type, app-id, timestamp, delivery-mode) merged with custom headers. Byte array values from the transport are converted to UTF-8 strings for ergonomic assertions.
public required IReadOnlyDictionary<string, object?> Headers { get; init; }