private void NotifyClientsCallback(IAsyncResult result)
        {
            NotificationEventHandler notifyDelegate = (NotificationEventHandler)((System.Runtime.Remoting.Messaging.AsyncResult)result).AsyncDelegate;

            notifyDelegate.EndInvoke(result);
        }