public SecuredAuthenticator(string apiKey, BasicAuthenticator basicAuthenticator)
		{
			this.apiKey = apiKey;
			this.basicAuthenticator = basicAuthenticator;
		}
 public SecuredAuthenticator(string apiKey, BasicAuthenticator basicAuthenticator)
 {
     this.apiKey             = apiKey;
     this.basicAuthenticator = basicAuthenticator;
 }