You can buy this project and download/modify it how often you want.
package net.serenitybdd.screenplay.questions; public class ValueOf { public static OUTPUT the(UIState answer) { return answer.value(); } }