I can see here : https://github.com/trustpilot/python-sanicargs/blob/master/sanicargs/__init__.py#L60 that naming the first args `request` is mandatory. What do you think about checking that the first args is an instance of `sanic.request` ?