Hello I have a few instances of the OnBeforeProductListRender notificationsubscriber and are trying to use Rank to set the order of execution, but it doesn't seem to work as I get the wrong order consistently. It works fine within the same project, but it doesn't have any effect between to different project with the subscribers.
I use this code snippet to set the Rank: '''public override int Rank => 2'''