/**
  * @param SystemAccount $account
  * @return ClientAccountValue|null
  */
 public function getLatestValueBySystemAccount(SystemAccount $account)
 {
     return $this->repo->getLatestValueForSystemClientAccountId($account->getId());
 }