@Override
 public void initBindings(Bindings binds) {
   super.initBindings(binds);
   binds.put(CommandIfc.SERVICES_MAP, services);
 }