private static Request BuildReadRequest(ReadCountryOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Get,
                Rest.Domain.Pricing,
                "/v1/Messaging/Countries",
                queryParams: options.GetParams()
                ));
 }