Returns the path to fetch a specific submission.
static String getSubmissionById(String formPath, String id) => '$formPath/submission/$id';