}
@Override
public String processTypeResponse(ClientResponse clientResponse) {
PipelineHelpers.throwIfNotSuccess(clientResponse);
RebindContentKeyType rebindContentKeyType = parseResponse(clientResponse);
return rebindContentKeyType.getContentKey();
}