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