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