namespace Knoks.Framework.Services
{
public class TwilioPhoneSettings
public string AccountSid { get; set; }
public string AuthToken { get; set; }
}