Future<List<String>> getListOfString(String prompt) { _checkActive(); return _foundation.getListOfString(prompt, sessionId: _sessionId); }