Runs this effect unsafely using the default runtime
Future<A> runUnsafeWithDefaultRuntime([Context<R>? context]) => Runtime.defaultRuntime.runUnsafe(this, context);