public static function getConversionProfileByType($partner_id, $conversion_profile_type)
 {
     if ($conversion_profile_type === null) {
         return null;
     }
     return ConversionProfilePeer::retrieveByProfileType($partner_id, $conversion_profile_type);
 }