@override Future<Either<Failure, Comment>> call(CommentDataRequest comment) async { return await repository.createComment(comment); }