public TrackingChannelWrapper(System.Workflow.Runtime.Tracking.TrackingChannel channel, Type serviceType, Type workflowType, RTTrackingProfile profile)
 {
     this._serviceType = serviceType;
     this._scheduleType = workflowType;
     this._channel = channel;
     this._profile = profile;
     this._profileVersionId = profile.Version;
 }
 public TrackingChannelWrapper(System.Workflow.Runtime.Tracking.TrackingChannel channel, Type serviceType, Type workflowType, RTTrackingProfile profile)
 {
     this._serviceType      = serviceType;
     this._scheduleType     = workflowType;
     this._channel          = channel;
     this._profile          = profile;
     this._profileVersionId = profile.Version;
 }