/// <summary> /// broadcast the logging information if someone is listening /// </summary> /// <param name="e"></param> protected virtual void OnReplyReady(MDPReplyEventArgs e) { ReplyReady?.Invoke(this, e); }