Executes use case without any parameters.
@override Future<Result<List<Photo>>> call() { return _repository.getAllPhotos(); }