public void GetSmsNotification_ReturnsTrue()
 {
     _uut.SetUserPreference();
     Assert.That(_uut.GetSmsNotification(), Is.True);
 }