public async Task StartAsyncCommandHandler() { IsBusy = true; await _container.StartAsync(); UpdateState(); IsBusy = false; }