Twilio TwilioRestClient does not contain a definition for SendSmsMessage

I’m trying to add Twilio for the SMS provider on my application, but I’m getting the following error on this line: TwilioRestClient does not contain a definition for SenSmsMessage and no extension method SenSmsMessage accepting a first argument of type TwilioRestClient coul be found (are you missing a using directive or an assembly reference?) I’m … Read more