typedef InitialRouteListFactory = List<Route
typedef InitialRouteListFactoryCallable = Callable1<List<Route<dynamic>>, String>;