public void OnEnable() => soEvent.RegisterListener(this);
 private void OnEnable()
 {
     Event.RegisterListener(this);
 }