public function testGetSetId()
 {
     $id = 123;
     $this->event->setId($id);
     $this->assertEquals($id, $this->event->getId());
 }