*/ class NavigationFactory { public function create(): Navigation { return new Navigation(); } }