private bool ShouldHandle(PersistentEvent ev)
 {
     return ev.IsSessionStart() || ev.IsSessionEnd() || ev.IsSessionHeartbeat();
 }