def self.create(account, user)
    email = Mail::Address.new('chris@mail.helpful.io')
    email.display_name = 'Chris Lloyd'

    author = MessageAuthor.new(account, email)