def create_with_protector!(*args, &block)
          return create_without_protector!(*args, &block) unless protector_subject?

          protector_permit_strong_params(args)