namespace Lesson5.Interfaces; public interface IUserInput { public static abstract string AskStringInput(string prompt); }