public TypeWithCopyConstructorsOnly(TypeWithCopyConstructorsOnly other, int num)
 {
 }
 public TypeWithCopyConstructorsOnly(TypeWithCopyConstructorsOnly other)
 {
 }