@override Future<Either<SmartFailure, List<String>>> call(int data) async { return const Right(['Data 1', 'Data 2', 'Data 3']); }