void When(FirstHappened e) =>
 Then(new FirstObserved(Id));
 static Id Route(FirstHappened e) => e.Id;