public class AlertViewModel { public string Message { get; set; } public bool Dismissable { get; set; } public string Type { get; set; } }