I have found what I kinda need to do but there is no doucmenation on how to do it
AddNToastNotifyToastr(new ToastrOptions() {
ProgressBar = false,
PositionClass = ToastPositions.TopRight,
ToastClass="alert"}
How do I apply my class here, also this appears to be limiting if you look at tostr settings they appear to be more options for styling as this would only give me the red aleart style?