Is there any way to override how attributes are set at the class-level, without Faraday middleware? I have a few non-restful endpoints that I would like to wrap. I can override the response middleware, but that would override it on my other classes as well.