static Future<void> loadEnv(String fileName) async { logDebug("Loading .env $fileName"); await dotenv.load(fileName: 'env/$fileName'); }