public CreateSessionResponse(Alachisoft.NosDB.Common.Protobuf.Response response)
     : base(response.ToBuilder())
 {
     _createSessionResponse = response.CreateSessionResponse.ToBuilder();
     _sessionId             = _createSessionResponse.SessionId;
     base.ResponseMessage   = this;
 }
 public CreateSessionResponse()
 {
     _createSessionResponse = new Alachisoft.NosDB.Common.Protobuf.CreateSessionResponse.Builder();
     base.ResponseMessage   = this;
 }