KemalIdentity::Accounts::Notification
Anything the application may need to tell an account holder about.
A union rather than a base class with subclasses, for the same reason Outcome is one: a
case ... in over it is exhaustive, so adding a notification in v0.3 becomes a compile
error in every Notifier rather than a message that silently never sends.