Inheritance: TimerNotifier
		public ConditionViewModel(FleetCondition condition)
		{
			this.source = condition;
			this.CompositeDisposable.Add(new PropertyChangedEventListener(condition, (sender, args) => this.RaisePropertyChanged(args.PropertyName)));
		}