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