void SetParameter(const std::string& name, const ParameterEntry& entry) {
   Teuchos::ParameterList paramList;
   paramList.setEntry(name, entry);
   SetParameterList(paramList); // This forces revalidation of the list
 }