How to use AdvancedResponseWriter with new signature
I was using AdvancedResponseWriter as shown in code below in order to save incoming stream in file. But in the new version of RestSharp the method changed it’s signature to get Func <HttpResponseMessage message, RestRequest request, RestResponse restResponse>
How to treat API Result has two type response like this c#
Response for success