Gateway({ required String apiKey, required String apiSecret, }) : _apiKey = apiKey, _apiSecret = apiSecret, _client = http.Client();