public TSOpenSessionResp(TSStatus status, TSProtocolVersion serverProtocolVersion) : this()
 {
     this.Status = status;
     this.ServerProtocolVersion = serverProtocolVersion;
 }
 public TSOpenSessionReq(TSProtocolVersion client_protocol) : this()
 {
     this.Client_protocol = client_protocol;
 }