Future<String> getSessionByName(String name) async { var uuid = await utils.convertNameToUuid(name); return getSessionByUuid(uuid); }