@Override
 public BatchServiceBuilder setLocation(Location location) {
   delegate.setLocation(location);
   return this;
 }