public async Task <bool> Exists(PlayerRequest request) { return(await _client.PlayerExists(request.GameId, request.PlayerId)); }
public async Task <bool> Exists(string id) { return(await _client.PlayerExists(_game.GameId, id)); }