public static double GetMinCPMultiplier(this PokemonData pokemon)
 {
     return(PokemonInfo.CalculateMinCPMultiplier(pokemon));
 }