public bool IsOpen() { if (forceShortCircuit) { return(true); } else { return(Metrics.GetCumulativeCount(RollingNumberEvent.FAILURE) >= 3); } }