public void Start() { InvokerContext.Caller = addressable; try { addressable.Start(); } finally { InvokerContext.Caller = null; } }