static String getIdString({required String id, required String testId, bool isTest = true}) { return isTest ? testId : id; }