pub trait Hook: Send + Sync { // Required method fn query_health_checks(&self) -> BoxFuture<'static, Status>; }