async private void OnTitleLabelClick(object sender, EventArgs e) // Make this method async as it will get the marks from the API /// <summary> /// Method that executes when the title label (blue link label) is clicked. /// </summary> { Feedback potentialFeedback = await APIHandler.GetFeedback(this.task); tabController.GoToFocussedTab(task, potentialFeedback); }