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