public function __construct(DocuSign_Service $service)
 {
     $this->service = $service;
     $this->client = $service->getClient();
     $this->curl = $service->getCUrl();
 }