Task <Get_Student_RecruitmentsOutput> Student_RecruitingPort.Get_Student_RecruitmentsAsync(Get_Student_RecruitmentsInput request)
 {
     return(base.Channel.Get_Student_RecruitmentsAsync(request));
 }
 Get_Student_RecruitmentsOutput Student_RecruitingPort.Get_Student_Recruitments(Get_Student_RecruitmentsInput request)
 {
     return(base.Channel.Get_Student_Recruitments(request));
 }