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