Creates an invalid entity out of this one
@override Entity<T> invalidate() { return copyWith(validator: NeverValid.instance); }