private async Task <bool> OnSaveGamePhaseAsyncCallback(string gameId, string gamePhaseId, int sequence) { return(await _GameDataAccess.UpdateGamePhaseAsync(gameId, gamePhaseId, sequence).ConfigureAwait(false)); }