public void AddLeague_NoOrganization_NotFoundException() { var league = CreateLeagueWithAdmin(); Assert.ThrowsAsync <NotFoundException>(() => testObj.AddLeague(0, league.ID, userID)); }