public new static bool TryParse(string notification, out AmazonSESNotification amazonSESNotification)
 {
     return(ParseTool.TryParseAmazonSESNotification(notification, out amazonSESNotification, typeof(AmazonSESComplaintNotification)));
 }
 public static bool TryParse(string notification, out AmazonSESNotification amazonSESNotification)
 {
     return(ParseTool.TryParseAmazonSESNotification(notification, out amazonSESNotification));
 }