Future<ServerStatus?> checkAtSignServerStatus(String atsign) async { AtStatus status = await atStatusImpl.get(atsign); return status.serverStatus; }