Future<bool> removeFollower(String atsign) async { return await _connectionService.removeFollower(atsign); }