public IEnumerable <PageWrapper> GetHistory(string page) { return(_engine.GetPageHistory(page).ConvertAll(x => new PageWrapper(x))); }