Future<Either<Failure, void>> call(List<int> photoBytes) { return repository.updateProfilePhoto(photoBytes); }