public async Task <AppStateResponse> History(int id) { return(await _appService.LoadHistory(id, _authUser.Id)); }