Download images with RestSharp

We are using RestSharp for functional testing of our backend services. As part of this process we need to upload images and compare the uploaded bytes against the expected result. RestSharp comes with a default parameter which sets the Accept header.…