public static string GetDeviceName()
    {
#if UNITY_ANDROID
        return(WebMediator.GetModel());
#else
        return(Application.platform == RuntimePlatform.IPhonePlayer ? _getDeviceName() : "");
#endif
    }