@Deprecated
 @Nullable
 public List<RuntimeConfigurationProducer> findPreferredProducers() {
   if (myPreferredProducers == null) {
     myPreferredProducers = PreferredProducerFind.findPreferredProducers(myLocation, this, true);
   }
   return myPreferredProducers;
 }