public void SetTimeSpanBeforeCalendarNotifications(TimeSpan timeSpan) { keyValueStorage.SetTimeSpan(timeSpanBeforeCalendarNotificationsKey, timeSpan); timeSpanBeforeCalendarNotificationsSubject.OnNext(timeSpan); }