public Task Method() { return(Run(async() => { Debug.WriteLine("I am in a ba service, thread = " + Thread.CurrentThread.ManagedThreadId); await _store.Modify(data => data.A++); await _uiService.Method(); })); }