public FlaskyApplication(AppFunc next, RouteMatcher routeMatcher) { _next = next; _routeMatcher = routeMatcher; }