public override string ToString() { if(Duration==0) { return MsgTyp.ToString(); } else { return "DISCONNECT("+Duration.ToString()+")"; } } }