Can you please try to hard code the values of your credentials instead of using the ConfigurationManager?
IToken token = new Token("YOUR_CREDENTIAL", "YOUR_CREDENTIAL", "YOUR_CREDENTIAL", "YOUR_CREDENTIAL");
Please let me know what happens.