I got an external Objective-C file and I need to fire an event all the way to JS, the problem I’m having is that the NativeEventEmitterModule.Emit() function is not static, and so calling functions from an Objective-C file all the way to JS calls them statically which doesn’t work, any ideas around this?