private uint GetEffectId(EnumEffectType effectType)
    {
        Model model = m_CfgEternityProxy.GetItemModelByKey(m_Property.GetItemID());
        uint  id    = (uint)m_CfgEternityProxy.GetEffectIdByEffectType(model.Id, effectType);

        BehaviorManager.Instance.LogFormat(m_Agent, $"GetEffectId effectType:{effectType} EffectId:{id}");

        return(id);
    }