public static bool CheckExists(string route, IConfigRepository rep) { return(rep.CheckRouteExists(route)); }