public FluentAlertException(IAlertBuilder builder, Exception inner)
     : this(builder.ToAlert(), inner)
 {
 }
 public FluentAlertException(IAlertBuilder builder)
     : this(builder.ToAlert())
 {
 }