/// <summary>
        /// Implementation of message sending.
        /// </summary>

        void AsyncProcessor.IAsyncTask.Process()
        {
            _listener.OnItemUpdated(_key, _operationContext, _eventContext);
        }
 void IAsyncTask.Process()
 {
     _listener.OnItemUpdated(_key, _operationContext);
 }