public static StandardRoute MapStandardRoute(this RouteCollection routeCollection, string routeName, object defaults, object constraints, string[] routeNamespaces)
        {
            var url = CommonHelper.BuildUrlFromRouteName(routeName, true, false, true, KnownActionNames.NonPluralizableTokens);

            return(MapStandardRoute(routeCollection, routeName, url, defaults, constraints, routeNamespaces));
        }