pub type NotificationFuture<'a> = Pin<Box<dyn Future<Output = Result<(), String>> + Send + 'a>>;
pub struct NotificationFuture<'a> { /* private fields */ }