If I am executing within the context of a particular service instance and operation, how do I get access to the currently-executing service instance? Service instances don\'
OperationContext.Current should have a property for this IIRC
OperationContext.Current
var myService = OperationContext.Current.InstanceContext.GetServiceInstance();