public IMensagem AdicionarAlertas(params Alerta[] alertas) { if (alertas != null) { Alertas.AddRange(alertas); } return(this); }