public function maybe_get_validated_field_value( $value, string $field_id, int $product_id ) {
        $return = $value;

        if ( \is_null( $return ) ) {
            $field_prefix = Strings::maybe_suffix( $this->get_group_name(), '/' );