onEvent() for a subscription.created event, create the Better Auth account if it doesn't exist, and then call the main handler for subscription.created to do the real work. Unfortunately, it looks like the event handlers are ordered with the specific handler running first and the onEvent handler being called with only the event data and not the context and options that I'd need to call the specific handler from within the generic event handler.