Hi team am new to serenity. Let's say am storing this data as follows
Serenity.setSessionVariable("User Name").to("userKey");
Now in a scenario if I call this key like this Serenity.sessionVariableCalled("userKey")
from a different step definition in a different class will I get the value saved?.