public BigComponent(String id, int size) {
    super(id, Model.of(Strings.toHexString(new byte[size / 4])));

    data = new BigContainer(size);
  }