public async Task <Player> AddScore(Guid id, int score) { return(await _processor.AddScore(id, score)); }