/// <inheritdoc /> public IObservable <IChangeSet <Device, string> > Preview(Func <Device, bool>?predicate = null) => _controllers?.Preview(predicate) ?? throw new ObjectDisposedException(nameof(Devices));
public IObservable <IChangeSet <TValue, TKey> > Preview(Func <TValue, bool> predicate = null) => _cache.Preview(predicate);