public object BeforeCall(string operationName, object[] inputs) { WcfEvents.StartRequest( operationName, OperationContext.Current.RequestContext.RequestMessage.Headers.MessageId.ToString()); //interceptor.Trace("ParameterInspector.BeforeCall", // OperationContext.Current, // OperationContext.Current.RequestContext.RequestMessage, // operationName, // inputs, // OperationContext.Current.RequestContext.RequestMessage.Headers.MessageId.ToString()); return(null); }