@Override
protected OperationFactory createOperationFactory() {
final MapService mapService = getService();
id = mapService.getMapServiceContext().addInterceptor(name, mapInterceptor);
return new AddInterceptorOperationFactory(id, name, mapInterceptor);
}