public ActivityViewModel(IDispatcher dispatcher) { dispatcher.BeginExecuteOnUIThread(() => { RunStatus = App.RunStatus; }); }