public string RemoveWikiComment(string commentid) { _engine.DeleteComment(new Guid(commentid)); return(commentid); }