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