def self.create(account, user)
    email = Mail::Address.new('patrick@mail.helpful.io')
    email.display_name = 'Patrick Van Stee'

    author = MessageAuthor.new(account, email)