private async Task NotifyPlayers(string groupName, object messages) { await _hub.NewMessage(groupName, messages); }