GetPage routeOrUnknown(GetPage onUnknow) => currentTreeBranch.isEmpty ? onUnknow : currentTreeBranch.last;