}
getConfig().setDispatchStyle(MockOperationDispatchStyleConfig.Enum.forString(dispatchStyle));
if (dispatcher != null) {
dispatcher.release();
}
setDispatcher(MockOperationDispatchRegistry.buildDispatcher(dispatchStyle, this));
notifyPropertyChanged(DISPATCH_STYLE_PROPERTY, old, dispatchStyle);