internal void UnsubscribeFromChangeNotification(NotificationContext n) => GetMemoryRange(n.Address, n.Length) .UnsubscribeFromChangeNotification(n);
internal NotificationContext SubscribeToChangeNotification(NotificationContext n) => GetMemoryRange(n.Address, n.Length) .SubscribeToChangeNotification(n);