@Override
public void applySpecification(final ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new CoinbaseMarketDataService(exchangeSpecification);
this.pollingAccountService = new CoinbaseAccountService(exchangeSpecification);
this.pollingTradeService = new CoinbaseTradeService(exchangeSpecification);
}