/// <summary> /// Total number of health checks registered. /// </summary> public int HealthCheckCount() => HealthChecks?.GetInvocationList()?.Length ?? 0;