public function testGetSetBody()
 {
     $this->controller->setBody('garrr! there be mermaids!');
     $this->assertEquals('garrr! there be mermaids!', $this->controller->getBody());
 }