Hard to change controller name pattern in Web API
description
It's impossible by just changing the default pattern of controller name by just replacing the HttpControllerTypeResolver. Internal HttpControllerTypeCache has strong dependency on the "Controller" suffix pattern. In order to replace the cache, user has to rewrite the whole IHttpControllerSelector.