How do I execute a function that throws an Exception and automatically have that as an Either without having to make my own try-catch and doing .right() and .left()? ...catch functions in ApplicativeError are deprecated, and effectCatch requires a suspend function ...I am not working in coroutines ...so I don’t have a suspend function