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