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