public MoveGroupSequenceResult(MotionSequenceResponse response)
 {
     this.response = response;
 }
 public GetMotionSequenceResponse(MotionSequenceResponse response)
 {
     this.response = response;
 }
 public MoveGroupSequenceResult()
 {
     this.response = new MotionSequenceResponse();
 }
 public GetMotionSequenceResponse()
 {
     this.response = new MotionSequenceResponse();
 }