public void TagForChildDirectedTreatment(bool tagForChildDirectedTreatment)
    {
        if (!_IsInited)
        {
            Debug.LogWarning("TagForChildDirectedTreatment shoudl be called only after Init function. Call ignored");
            return;
        }

        AN_GoogleAdProxy.TagForChildDirectedTreatment(tagForChildDirectedTreatment);
    }