/**
  * @param string $account_id
  * @return GerritUser
  */
 function getGerritUserByAccountId($account_id)
 {
     return GerritUser::get()->filter('AccountID', $account_id)->first();
 }