public function test_getSetGeographic_shouldReturnTheCorrectValues()
 {
     $mockGeotargeting = $this->buildMockGeotargeting();
     $targeting = new Targeting(null);
     $targeting->setGeographic($mockGeotargeting);
     $this->assertEquals($mockGeotargeting, $targeting->getGeographic());
 }