/**
  * Gets the payload of this response as byte array.
  *
  * @return the payload
  */
 public byte[] getPayload() {
   return response.getPayload();
 }