public function testGetProvider()
 {
     $provider = $this->provider->getProvider();
     $this->assertEquals('IronMQ', $provider);
 }