repository->retrieveElectricityForDate($date)); $gas = GasData::collect($this->repository->retrieveGasForDate($date)); return new HistoryData($electricity, $gas); } }