When .Method("GET") is specified and "POST" is called on that endpoint, a 404 is returned instead of a 405. The only function I can see for handling missing stuff is the NotFound() and the handler wrapper. Can we get a 405 on missing methods instead?