/// <summary>
 /// Progress is not implemented by this class. Since it's not
 /// required for the cmdlet to work, it is better to do nothing
 /// instead of throwing an exception.
 /// </summary>
 /// <param name="sourceId">See base class</param>
 /// <param name="record">See base class</param>
 public override void WriteProgress(long sourceId, ProgressRecord record)
 {
     myConsole.WriteProgress(sourceId, record);
 }