public InvokeOperationRequest(string serviceContractName, string operationName, JsmlBlob requestJsml) { this.ServiceContractName = serviceContractName; this.OperationName = operationName; this.RequestJsml = requestJsml; }