public function testCanSetLeaseSeconds()
 {
     $this->subscriber->setLeaseSeconds('10000');
     $this->assertEquals(10000, $this->subscriber->getLeaseSeconds());
 }