public static AmazonSESNotification Parse(string notification) { return(ParseTool.ParseAmazonSESNotification(notification)); }
public new static AmazonSESDeliveryNotification Parse(string notification) { return((AmazonSESDeliveryNotification)ParseTool.ParseAmazonSESNotification(notification, typeof(AmazonSESDeliveryNotification))); }