public static void Modification(IRouteDefinition route) { route.Replace("Feed", ""); route.AddHttpMethodConstraint("GET"); }