public override string GetKey(int index) { #if NETFX_CORE throw new PlatformNotSupportedException(); #else return(_actual.GetKey(index)); #endif }