pub type MessageBuildOutput<'b> = Pin<Box<dyn Future<Output = Result<CreateMessage<'b>>> + Send + 'b>>;