public override void OnStopExecuting() { SayDialog sayDialog = SayDialog.GetSayDialog(); if (sayDialog == null) { return; } sayDialog.Stop(); }