public System.Threading.Tasks.Task <string> MoveAppointmentAsync(TPDailyRecapLight.AMService.AppointmentItem appointment)
 {
     return(base.Channel.MoveAppointmentAsync(appointment));
 }
 public string MoveAppointment(TPDailyRecapLight.AMService.AppointmentItem appointment)
 {
     return(base.Channel.MoveAppointment(appointment));
 }