static void Main(string[] args)
    {
        SystemState systemState = new SystemState();

        CommandInterpreter.ExecuteCommands(systemState);
    }