public async Task <ActionResult> Index() { var user = await _currentContext.GetCurrentUser(); var model = await GetObjectiveModelForUser(Guid.Parse(user.Id)); return(View(model)); }