/// <summary>
 /// Sends a command to the Pololu Maestro Device.
 /// </summary>
 /// <param name="body"></param>
 /// <param name="responsePort"></param>
 public SendPololuMaestroCommand(PololuMaestroCommand body, Microsoft.Ccr.Core.PortSet <Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, W3C.Soap.Fault> responsePort)
     : base(body, responsePort)
 {
 }
 /// <summary>
 /// Sends a command to the Pololu Maestro Device.
 /// </summary>
 /// <param name="body"></param>
 public SendPololuMaestroCommand(PololuMaestroCommand body)
     : base(body)
 {
 }