public List <CommentWrapper> GetComments(string page) { return(_engine.GetComments(page).ConvertAll(x => new CommentWrapper(x))); }