public void TheCohortsWithEmployerIsPopulatedCorrectly()
        {
            var f      = new GetCohortCardLinkViewModelTestsFixture();
            var result = f.GetCohortCardLinkViewModel();

            f.VerifyCohortsWithEmployerIsCorrect(result);
        }