public virtual void OnSpeech(SpeechEventArgs args) { if (m_Parent != null) { m_Parent.OnSpeech(args); } }