protected async Task <GreenFlowStepA> ResolveSut(GreenFlowStep0 step0)
        {
            await step0.InputValues("ggg")
            .ClickOnElementByText("Next");

            return(AsStep <GreenFlowStepA>());
        }
        protected async Task <GreenFlowStepC> ResolveSut(GreenFlowStep0 step0)
        {
            await step0.InputValues("aa").Next();

            return(AsStep <GreenFlowStepC>());
        }