Future<String?> getAESKey(String atsign) async { return await atClientServiceMap[atsign]!.getAESKey(atsign); }