/// <summary>
 /// Printf comment thats shows up in monitor trace but is a NO-OP to the AWG.
 /// Current usefulness is in doubt.  But its here and works.
 /// </summary>
 /// <param name="awg"></param>
 /// <param name="comment"></param>
 public void SendToCallMonitorOnTheAwg(IAWG awg, string comment)
 {
     awg.DiagComment(comment);
 }