I need to access the subscription within my app. I know that there is a function on the App class to getCurrentSubscription but I'm not sure how to create an instance of the app with the proper data. Creating a new App instance with new App() just creates an empty instance that returns a null subscription. Where can I get the data to pass into the App constructor so that the data will be populated.