@Override
 public List<ModuleConfiguration> findByType(Class<? extends ModuleConfiguration> type) {
   return moduleConfigDao.readByType(type);
 }