public function testGetContextAfterBeingSet()
 {
     $context = $this->_getContextMock();
     $this->_client->setContext($context);
     $this->assertSame($context, $this->_client->getContext());
 }