private IChannel GetChannel() { return _channelFactory.Create(_profileProvider.getProfile().GetTrackingEndPoint() + "/"); }
private IChannel GetEndChannel() { return _channelFactory.Create( _profileProvider.getProfile().GetJobEndActionResourceEndPoint() + "/"); }