public bool IsSubsetOf(IEnumerable <string> other) => _data.IsSubsetOf(other);