pub type SimpleServiceTaskFuture = Box<dyn Fn(u32) -> BoxFuture<'static, Result<bool, Error>> + Sync + Send>;
pub struct SimpleServiceTaskFuture(/* private fields */);