public static BooleanInstance ToBooleanInstance(SkryptEngine engine, bool val) => engine.CreateBoolean(val);