private bool AccountCodeIsUnique(string accountCode, long excludedAccountId) { return(!_corporateAccountRepository.AccountCodeExists(excludedAccountId, accountCode)); }