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