protected static GuerillaCommentCollection PullComments()
        {
            var copy = _comments.CreateCopy();

            _comments = new GuerillaCommentCollection();
            return(copy);
        }
 protected static void PushComments(string value)
 {
     _comments = new GuerillaCommentCollection(value);
 }