* Append "Policy" to the end of the names of your sagas.
* Use commands for things you want to happen.
* Use the imperative for naming your commands, e.g., SendWelcomeEmail.
* Use classes for commands.
* Use events for things that have happened.
* Use interfaces for events.
* Event names are often