public function testRestrictionDelete()
 {
     $data = $this->restrictionMapper->delete(1);
     $this->assertTrue($data);
 }