Using the following lines at two places in the project: ```ts const EVENT_BUS = new EventBus<Events>(); EVENT_BUS.subscribe('page_navigation', handlers.page_navigation); ``` returns the following error message: ``` Uncaught ReferenceError: Cannot access 'handlers' before initialization ```