public static void OpenUMFeed()
    {
#if UNITY_ANDROID
        WebMediator.OpenFeedBack();
#else
        if (Application.platform == RuntimePlatform.IPhonePlayer)
        {
            _openUMFeed();
        }
#endif
    }