public function build()
 {
     if (!$this->soapClient) {
         $this->soapClient = parent::build();
     }
     return $this->soapClient;
 }