@Override
 public boolean containsThreat(Threat threat) {
   return kb.containsThreat(threat);
 }