public TubeCollectionProxy(IWatchedTubeClient client, IEnumerable <string> tubes) { _client = client; _tubes = new HashSet <string>(tubes); }
public TubeCollectionProxy(IWatchedTubeClient client, IEnumerable<string> tubes) { _client = client; _tubes = new HashSet<string>(tubes); }