using System.Collections.Generic;
public static void Main()
List<string> myList = new List<string> { "1","2","3","4","5","6","7" };
string currentStep = "9";
.SkipWhile(x => !x.Equals(currentStep))
Console.WriteLine(nextStep == null);
Console.WriteLine($"Hello World '{nextStep}' !");