Status copyWithWrapped({Wrapped<Object?>? status}) { return Status(status: (status != null ? status.value : this.status)); }