class << self

    def send!(variant_ids)
      Notifier.low_stock_message(low_stock_user_ids(variant_ids), Array(variant_ids)).deliver_later
    end