public async Task OnStart(string username, string tech, List <string> concepts) { temp = new TemporaryData(tech, concepts); methods.OnStart(temp, username); methods.GetQuestionsBatch(username, tech, concepts); await Clients.Caller.SendAsync("Temporary Object Created"); }