public GetObjectInformationResponse(ObjectInformationMsg information)
 {
     this.information = information;
 }
 private GetObjectInformationResponse(MessageDeserializer deserializer)
 {
     this.information = ObjectInformationMsg.Deserialize(deserializer);
 }
 public GetObjectInformationResponse()
 {
     this.information = new ObjectInformationMsg();
 }