public function RenderPage(Page $Page)
 {
     $rssGenerator = $Page->GetRssGenerator();
     $this->result = $rssGenerator->Generate();
 }