public static bool GetIsInReview()
        {
            if (CallbackManager.NetmarbleGameObject == null)
            {
                return(false);
            }

            return(ConfigurationImpl.GetIsInReview());
        }