public function testRemoveByScope()
 {
     $result = $this->_watcherMapper->removeByScope('user', '234234234234234');
     $this->assertTrue($result);
 }