public function getFileRequest($file_id, $x_ebay_c_marketplace_id)
    {
        // Verify the required parameter 'file_id' is set.
        if ($file_id === null || (\is_array($file_id) && count($file_id) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $file_id when calling getFile');