public Task AddPointsToUser(string userId, string roomId, int points) { return(hub.SendAsync(new AddPointsRequest(userId, roomId, points))); }