pub type CheckFuture<'a> = Pin<Box<dyn Future<Output = HealthStatus> + Send + 'a>>;
pub struct CheckFuture<'a> { /* private fields */ }