public ConferenceName(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text = text;
 }
 public Password(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text    = text;
 }
 public ConferenceName(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text    = text;
 }
 public Password(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text = text;
 }