/// /// This is a wrapper for a notification /// The extra information associated with a notification can be placed in the data /// public class GenericNotification { public NT type; public object data; }