Customer using the C# API wrapper has an issue with RestSharp
.
It has stopped working recently with an error Could not load type RestSharp.HttpBasicAuthenticator from assembly RestSharp, Version=105.2.2.0, Culture=neutral, PublicKeyToken=null'. at IntercomDotNet.Client.GetRestClient()
Customer's hint is that RestSharp have changed the namespace for the HttpBasicAuthenticator.
So he was able to fix by downgrading version but his Twilio integration requires a new version of RestSharp.