Display notification (all types)
Notify("Error notification text", NotificationType.Error);
Notify("Success notification text", NotificationType.Success);
Notify("Information notification text", NotificationType.Information);
Notify("Warning notification text", NotificationType.Warning);