@override Future<Either<Failure, List<Project>>> call(NoParams params) async { return await repository.getProjects(); }