private byte GetEventCount(byte events)
 {
     eventCount = Util.AccumulateByte(EventCount, events);
     return(eventCount);
 }