Hi! I'm looking into using this gem in preference to the Adwords Api my company is currently using. Currently we use rspec and VCR to record and replay live HTTP request and response as part of our automated tests. As this gem uses GRPC, recording request/response is significantly harder. How so you suggest I achieve a similar testing approach using GRPC?