Future<bool> changeAppKey(String appKey) async { return await Client.getInstance.changeAppKey(newAppKey: appKey); }