I am trying to access the phone number on an account in C# with:
var twilio = new TwilioRestClient(AccountSid, AuthToken);
var account = twilio.GetAccount();
But I can seem to find the Phone Numbers on the account in there.
Any help would be appreciated.