void OnDisable()
        {
            m_UnityConnectProxy.OnDisable();
            m_ApplicationProxy.OnDisable();
            m_SettingsProxy.OnDisable();

            m_AssetStoreClient.OnDisable();
            m_AssetStoreOAuth.OnDisable();
            m_AssetStoreDownloadManager.OnDisable();
            m_AssetStoreCallQueue.OnDisable();

            m_UpmClient.OnDisable();

            m_PackageDatabase.OnDisable();
            m_PageManager.OnDisable();
        }