/// <summary> /// Apply the service behavior /// </summary> public void ApplyServiceBehavior(RestService service, ServiceDispatcher dispatcher) { dispatcher.AddServiceDispatcherPolicy(this); }