pub type HealthCheckFn = Arc<dyn Fn() -> HealthStatus + Send + Sync>;
Health check callback that services implement to report their status
pub struct HealthCheckFn { /* private fields */ }