public void Bool() { vm.EnsureSlots(1); vm.SetSlotNull(0); vm.SetSlotBool(0, true); Assert.IsTrue(vm.GetSlotBool(0)); }