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