public async Task <bool> CancelVisitor(List <string> appointRecordIds)
 {
     return(await _visitorService.Cancel(appointRecordIds));
 }