public void CommentStart(ICommentProperties commentInfo)
 {
     if (!_tqaDeletion)
     {
         _buffer.CommentStart(commentInfo);
     }
 }