private void Awake()
        {
            _childsMap = _allChildGameObjects.ToDictionary(x => x.GetInstanceID());

            InstanceId = GetInstanceID();
            ServiceLocator.AddLocalServiceLocator(this);
        }