/// <summary>
 /// Run Motor
 /// </summary>
 public SetMotorRotation(SetMotorRotationRequest body, PortSet <DefaultUpdateResponseType, Fault> responsePort)
     : base(body, responsePort)
 {
 }
 /// <summary>
 /// Run Motor
 /// </summary>
 public SetMotorRotation(SetMotorRotationRequest body)
     : base(body)
 {
 }