namespace Web2FA.Services { public class SMSoptions { public string SMSAccountIdentification { get; set; } public string SMSAccountPassword { get; set; } public string SMSAccountFrom { get; set; } } }