public static void Action(this INavigatable navigatable, RouteValueDictionary routeValues)
 {
     routeValues.Apply(navigatable, ApplyRoute);
 }