public async Task <string> RestorePlayer(Guid playerId) { await _repo.RestorePlayer(playerId); return($"{playerId} has been restored!"); }