public SendTextPacket()
 {
     this.input = new SendTextInput();
 }
 public SendTextPacket(SendTextInput sendTextInput)
 {
     this.input = sendTextInput;
 }