pub type HealthChecker = Arc<dyn Fn() -> HealthReport + Sync + Send>;
pub struct HealthChecker { /* private fields */ }