namespace Knoks.Framework.Services
{
public class PlivoSmsSettings
public string BaseAddress { get; set; }
public string AuthId { get; set; }
public string AuthToken { get; set; }
}