namespace ConsoleApp { public interface IUserConsole { void PrintStartMenu(); } }