private void assertTaxNotExist(string code, string organizationId) { if (repository.Exist(code, organizationId)) { throw new Exception(string.Format("Kode pajak {0}, sudah terdaftar", code)); } }