in JetBrains.Etw.HostService.Updater/src/SharedStorage/SequentialSharedStorage.cs [10:13]
public SequentialSharedStorage([NotNull] params ISharedStorage<TValue>[] storages)
{
myStorages = storages ?? throw new ArgumentNullException(nameof(storages));
}