In the ArangoDBClient wrapper class, there are multiple constructors all instantiating the various API client properties. We can move this logic into a separate private method to remove code duplication and prevent errors when adding new API clients, e.g. InitializeApis.