public override IEnumerator <string> GetEnumerator()
 {
     return(_strings.GetEnumerator());
 }