How to change PlayerPrefs saving path?

Hi here!
PlayerPrefs is a platform dependent system: Unity - Scripting API: PlayerPrefs

As far as I know, the game saves data to a path that includes “ProductName_1”.

I have to change “ProductName_1” to “ProductName_2”, but use “ProductName_1” PlayerPrefs path for all platforms. How is it possible?