public bool UsersWantsToChooseACategory() { return(UserResponse.IsYes(userQuestions.GetYesOrNoAnswer("\nDo you want to choose the joke category?"))); }
public bool UserWantsToUseRandomName() { return(UserResponse.IsYes(userQuestions.GetYesOrNoAnswer("\nShould a random name be used?"))); }