public boolean containsKey(String string) {
   return parameters.containsKey(string);
 }