private IObservable <Unit> done()
 => Observable
 .FromAsync(async() => await navigationService.Close(this, SelectedCalendarIds.ToArray()))
 .SelectUnit();