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