Issue Summary
The example for validating requests suggests that you disable validation in your tests, but I think it'd be nice to simply register an IRequestValidator in your app's service collection, allowing you to easily mock the validator when testing.