public ComStringEnumerator(IEnumString impl)
 {
     _impl    = impl ?? throw new ArgumentNullException(nameof(impl));
     _current = null;
 }