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