def notify(message)
        if client.nil?
          puts "Message has not been notified on Twitter: #{message} because of invalid client configuration"
        else
          process_response(client.update(message))