private async Task DoHeavyLifting() { IsBusy = true; await _simpleService.SleepTask(); await _simpleService.BoomTask(); IsBusy = false; }