public function setUp()
 {
     $this->operationHistoryRequest = new OperationHistoryRequest();
     $this->operationHistoryRequest->setDetails(true);
     $this->operationHistoryRequest->setFrom("899998999");
     $this->operationHistoryRequest->setTill("899998999");
     $this->operationHistoryRequest->setLabel("label");
     $this->operationHistoryRequest->setStartRecord(1);
     $this->operationHistoryRequest->setRecords(20);
     $this->operationHistoryRequest->setType("type");
 }