public ValidationRule getValidationRule(String uid) {
   return i18n(i18nService, validationRuleStore.getByUid(uid));
 }