public function testResponse()
 {
     $request = $this->object->request('', []);
     $this->assertInstanceOf('hiqdev\\php\\merchant\\OmnipayRequest', $request);
     $response = $this->object->response($request);
     $this->assertInstanceOf('hiqdev\\php\\merchant\\webmoney\\OmnipayResponse', $response);
 }