ValueMap trackingPlan() {
   ValueMap plan = plan();
   if (plan == null) {
     return null;
   }
   return plan.getValueMap(TRACKING_PLAN_KEY);
 }