public Notification(IncrementalLookup <TSource, TKey> parent) { this.parent = parent; }
public IncrementalLookupSlave(IncrementalLookup <TSource, TKey> parent, TKey key) { this.parent = parent; this.key = key; }