public string NotifyEvent(String xmlEventNotification) { Notification notification = null; notification = new Notification(); return notification.ResponseNotification(xmlEventNotification); }