private final CustomTwitterClient twitterClient;
private final BitlyClient bitlyClient;
public TwitLogicAgent(final CustomTwitterClient twitterClient) throws BitlyClientException {
this.twitterClient = twitterClient;
bitlyClient = new BitlyClient();
}