class Quickbooks::Service::Responses::OAuthHttpResponse
can invoke a common interface
This class just proxies and returns a wrapped response so that callers
def self.wrap(response)
def self.wrap(response) Quickbooks::Service::Responses::OAuth2HttpResponse.new(response) end