Constructor
string $userId Your Sauce user name:
string $accessKey Your Sauce API key:
public function __construct($userId, $accessKey) { $this->userId = $userId; $this->accessKey = $accessKey; $this->curlService = null; }