public function testGetSetSourceId()
 {
     $sourceId = 123;
     $this->event->setSourceEntityId($sourceId);
     $this->assertEquals($sourceId, $this->event->getSourceEntityId());
 }