namespace Questionable.Controller.Steps; internal interface IRevisitAware { void OnRevisit(); }