public function testGetName()
 {
     $provider = new GoogleMapsBusinessProvider($this->getMockAdapter($this->never()), $this->testClientId);
     $this->assertEquals('google_maps_business', $provider->getName());
 }