private bool ShouldHandle(PersistentEvent ev) {
     return ev.IsLog();
 }