Map<String, dynamic>? tryReadDataFromFile(List<String> paths) { try { return readDataFromFiles(paths); } catch (_) { return null; } }