@override Future<Either<Failure, bool>> call(String params) async { return await repository.deleteProject(params); }