public void Update()
 {
     if (!notifications.HasActiveMessage && TryGetNextNotification(out var notification))
     {
         notifications.ShowMessage(notification);
     }
 }