public static void RegisterHealthCheck(HealthCheck healthCheck) { checks.TryAdd(healthCheck.Name, healthCheck); }