// { Normal, Rare, Elite, SuperRare, Decisive, Priority, UltraRare } public static Rarity ToGeneralRarity(this ShipRarity rar) => rar switch {
public IEnumerable <Ship> getShipsByRarity(ShipRarity rarity) => getShipsByRarity(rarity.ToString());