public NotificationContent(NotificationRequest <T> req) :
     base(JsonSerializer.Serialize(req), Encoding.UTF8, "application/json")
 {
 }
 public NotificationContent(NotificationRequest <T> req) :
     base(req.ToJson(), Encoding.UTF8, "application/json")
 {
 }