public void SetNotifySms_SmsNotificationChangedToFalse() { _uut.SetUserPreference(); _uut.SetNotifySms(false); Assert.That(_uut.GetSmsNotification, Is.False); }