public void ApplyEvent(int eventId, string evt, int count)
 {
     mImpl.ApplyEvent(this, eventId, evt, count);
 }