/// <summary> /// The accumulated text of the <see cref="Console.Error"/> stream. /// </summary> public string ErrorText() => Error.ToString();