public static object Microsoft_Robotics_Services_Sample_MindSensors_Compass_I2CResponseMindSensorsCompassSensor_TO_Microsoft_Robotics_Services_Sample_MindSensors_Compass_Proxy_I2CResponseMindSensorsCompassSensor(object transformFrom)
 {
     global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.Proxy.I2CResponseMindSensorsCompassSensor target = new global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.Proxy.I2CResponseMindSensorsCompassSensor();
     global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.I2CResponseMindSensorsCompassSensor from = ((global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.I2CResponseMindSensorsCompassSensor)(transformFrom));
     target.Heading = from.Heading;
     return target;
 }
 public static object Microsoft_Robotics_Services_Sample_MindSensors_Compass_I2CResponseMindSensorsCompassSensor_TO_Microsoft_Robotics_Services_Sample_MindSensors_Compass_Proxy_I2CResponseMindSensorsCompassSensor(object transformFrom)
 {
     global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.Proxy.I2CResponseMindSensorsCompassSensor target = new global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.Proxy.I2CResponseMindSensorsCompassSensor();
     global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.I2CResponseMindSensorsCompassSensor       from   = ((global::Microsoft.Robotics.Services.Sample.MindSensors.Compass.I2CResponseMindSensorsCompassSensor)(transformFrom));
     target.Heading = from.Heading;
     return(target);
 }