The header authentication is down in GW2 api, so we should have implemented a work around in case this happens or submit on every request the token also as a request GET param in RequestBuilder.cs using the connection authentication token
as shown in GW2 API Documentation
access_token query parameter: ?access_token=[api key]
File to Alter
This should fix it #145