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