public static RgfToastEventArgs RecreateAsSuccess(
this RgfToastEventArgs toast,
string? status = null,
string? title = null,
string? body = null,
int? delay = null,
IRgfProgressArgs? progressArgs = null,
RgfToastType toastType = RgfToastType.Success
)