Error when downloading file from amazon s3

I am trying to download files from amazon s3. I am using .NET sdk for that. I have written down follwong code: GetObjectRequest request = new GetObjectRequest() .WithKey("abc/xyz.jpg") .