IEnumerable <string> GetHttpMethods(HttpActionDescriptor action) => action.GetHttpMethods(route).Select(m => m.Method);