/// <summary>
 ///Clones MyLegoCarServiceState
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::MyLegoCarService.Proxy.MyLegoCarServiceState target0 = new global::MyLegoCarService.Proxy.MyLegoCarServiceState();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current MyLegoCarServiceState to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::MyLegoCarService.Proxy.MyLegoCarServiceState typedTarget = ((global::MyLegoCarService.Proxy.MyLegoCarServiceState)(target));
 }