public override System.Collections.IEnumerator GetEnumerator()
        {
#if NETFX_CORE
            throw new PlatformNotSupportedException();
#else
            return(_actual.GetEnumerator());
#endif
        }