private static Request BuildUpdateRequest(UpdateWorkspaceOptions options, ITwilioRestClient client) { return(new Request( HttpMethod.Post, Rest.Domain.Taskrouter, "/v1/Workspaces/" + options.PathSid + "", postParams: options.GetParams() )); }