private void Awake() { EventBus.Instance.register <ILoginEvents>(gameObject); _login = new Login(); }