@Override
 public void stop() {
   manager.stop();
 }
 // TODO abstract to other grids
 public CacheContainer getCacheContainer() {
   return manager.getService();
 }