public function __construct($sid, $authToken, $workspaceSid, $workerSid)
 {
     //echo "In WorkerWrapper".$this->get('sid');
     parent::__construct($sid, $authToken, $workspaceSid, $workerSid, null, null);
 }