@hanami provides the ability to reuse param validations/definitions across actions.
In each action class you can define `params` blocks, but you can also make those into reusable classes that can be shared (and tested!) if you have a common set of params that need to be used!




