Future<void> followUser(User user, bool isFollow) { return _userManager.followUser(user: user, isFollow: isFollow); }