public function testCanGetAndSetBody()
 {
     $this->assertEquals('All hands on deck!', $this->response->getBody());
 }