Build a surface key that includes the model name.
static String buildSurfaceKey(String surface, String modelName) { return '$surface/$modelName'; }