pub async fn add_event<W: OutboxWriter>(
writer: W,
event_type: &str,
payload: Value,
) -> Result<(), OutboxError>pub async fn add_event<W: OutboxWriter>(
writer: W,
event_type: &str,
payload: Value,
) -> Result<(), OutboxError>