public NotificationTypeSchema(NotificationTypeSchema source)
     : base(source)
 {
 }
 public NotificationTypeSchema(NotificationTypeSchema source, bool isShallowClone)
     : base(source, isShallowClone)
 {
 }