public override async void OnStateBegin() { await _talk.Open(Message); isOpen = true; await _talk.Play(); }