class << self
    def send_listing_submited_for_review(listing_id, recipient_id)
      listing = Listing.find(listing_id)
      recipient = Person.find(recipient_id)
      ApplicationHelper.store_community_service_name_to_thread_from_community_id(listing.community_id)