@Override
 public DataApprovalLevel getDataApprovalLevel(String uid) {
   return dataApprovalLevelStore.getByUid(uid);
 }