Core/IOmnishell.cs

namespace Core;
public interface IOmnishell
{
    string PrintPrompt();
}