public function testSetGetSubscriberId()
 {
     $this->model->setSubscriberId(1);
     $this->assertSame(1, $this->model->getSubscriberId());
 }