public function test_cancel_set_temporary_should_work()
 {
     $seatMap = Webservice::getSetMap();
     $expectedReserve = (object) ["LiberarPuestosTemporalResult" => (object) ["EjecucionExitosa" => true, "MensajeValidacion" => null]];
     $this->soapFake->shouldReceive("LiberarPuestosTemporal")->andReturn($expectedReserve);
     $this->client->cancelSeatTemporary("001138341", $seatMap, "127.0.0.1");
 }