public EurekaJersey2ClientBuilder withDecoder(String decoderName, String clientDataAccept) {
   return this.withDecoderWrapper(CodecWrappers.resolveDecoder(decoderName, clientDataAccept));
 }