public function downloadFile($fileUri, $locale = '', DownloadFileParameters $params = null)
{
$this->isDownload = TRUE;
...
$response = $this->sendRequest("locales/{$locale}/file", $params, self::HTTP_METHOD_GET, FALSE);
$this->isDownload = FALSE;
...
}