Initialize route
Route addRoute(String method, String path) { final route = Route(method, path); _router.addRoute(route); return route; }