// Set the API key and application name to use for calls from the Explorer.
Config.setApiKey(ExplorerConfig.API_KEY);
// Dependencies for the UI
authManager = new AuthManager();
serviceLoader = new ServiceLoader(ApiServiceFactory.INSTANCE);
analytics = new AnalyticsManagerImpl();
analytics.trackEventWithValue(AnalyticsEvent.LOAD_EXPLORER, "Embedded");
loadServiceMethod(serviceName, versionName, methodName, params);