public LatticeBootDashModel(LatticeRunTarget target, BootDashModelContext context) {
   super(target);
   this.store =
       PropertyStoreFactory.createForScope(target.getType(), context.getRunTargetProperties());
   this.ltcTarget = target;
   this.context = context;
 }