public void PushNotification(ReturnCode code, string field = null)
 {
     _notificacoes.Add(new Notification(field, code.GetNumberStringEnumValue(), code.GetDisplayValue()));
 }