We use the intercom gem in a number of places, which means we need to create a client every time and specify the api_key every time. This seems strange - could we rather have a global configuration block where we can specify the app and api key and then Intercom::Client.new would just default to those keys?