public long GetRollingCount(HystrixEventType eventType)
 {
     return(_rollingCommandEventCounterStream.GetLatest(eventType));
 }