public void Pause()
    {
        if (!_IsLoaded)
        {
            return;
        }

        AN_GoogleAdProxy.PauseAd(_id);
    }