public LinkedsessionStore(LinkToSession <Tsession> linkTosession, DataPropertyDescriptor <TValue> descriptor)
     : base(linkTosession, descriptor)
 {
     AvailabilityNotifier = new NonSessionNotifier(this);
 }
 public static void EnqueueNotifier(NonSessionNotifier notifier)
 {
     _dirtyNotifiers.Enqueue(notifier);
 }
 internal DynamicValue()
 {
     // TODO: When would we ever use ApplicationLayerNotifier
     ValueNotifier = new NonSessionNotifier(this);
 }