/// <inheritdoc />
 protected override void WriteError(string message)
 {
     _writer.WriteExceptionMessage(message);
 }