public static int GetEndYear(this Franchise franchise) =>
 franchise.GetLastEntry()?.GetEndYear() ?? default;