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