public System.Threading.Tasks.Task PublishTrackingInfoAsync(long trackId, TrackViewer.Services.TrackService.TrackLocation location)
 {
     return(base.Channel.PublishTrackingInfoAsync(trackId, location));
 }
 public System.Threading.Tasks.Task <long> StartTrackingAsync(string deviceId, TrackViewer.Services.TrackService.TrackLocation location)
 {
     return(base.Channel.StartTrackingAsync(deviceId, location));
 }