public void GetPetNamesByOwnerGender_WithNullListOfPeople() { var petNames = people.GetPetNamesByOwnerGender(PetType.Cat, Gender.Male, null); }