@Override
  protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    ConsumerId info = (ConsumerId) object;

    info.setConnectionId("ConnectionId:1");
    info.setSessionId(1);
    info.setValue(2);
  }
/**