@override Future<Result<bool>> updateProfile({required User user}) async { return await _userRepository.updateUserProfile(user); }