public async Task <bool> Index() { if (!(await APIConnection.HealthGetAsync())) { throw new System.Exception("API is unhealthy"); } return(true); }