private static string GetPerkTitle(IPerk perk)
 {
     return(PerkHelper.GetPropTitle(perk));
 }