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