public async Task AddTeam(string teamName) { _state.AddTeam(teamName); await Clients.All.SendAsync("TeamAdded", teamName, 0); }