Task <Import_Student_RecruitmentsOutput> Student_RecruitingPort.Import_Student_RecruitmentsAsync(Import_Student_RecruitmentsInput request)
 {
     return(base.Channel.Import_Student_RecruitmentsAsync(request));
 }
 Import_Student_RecruitmentsOutput Student_RecruitingPort.Import_Student_Recruitments(Import_Student_RecruitmentsInput request)
 {
     return(base.Channel.Import_Student_Recruitments(request));
 }