namespace RecrownedGTK.Tools.CommandProcessor { public interface IUserInput { string GetInput(); } }