} // ShouldContinue

        /// <summary>
        /// Writes the object to the Verbose pipe.
        /// </summary>
        /// <param name="text">
        /// The string that needs to be written.
        /// </param>
        internal void WriteVerbose(string text)
        {
            if (_command != null)
            {
                _command.WriteVerbose(text);
            }
        } // WriteVerbose