IHealthMetrics
                    interface IHealthMetrics
                
                Interface for managing health metrics.
            
                
Gets the health count.
            
void IncrementFailure_NeedsLock()
Increments the failure count.
            
void IncrementSuccess_NeedsLock()
Increments the success count.
            
void Reset_NeedsLock()
Resets the health metrics.