Future<bool> changeAppId(String appId) async { return await Client.getInstance.changeAppId(newAppId: appId); }