@Override
  public final int getEnergyPrice() {
    populateRecord();

    return record.getEnergyPrice();
  }