// cannot be async :( public ActionResult HealthStatus(string id) { var healthReport = new HealthStatus(); return PartialView(healthReport.GetHealth(id).Item2); }
public String HealthStatusIndex(string id) { var healthColour = new HealthStatus(); return healthColour.GetHealth(id).Item1; }