Task <Get_Student_ApplicationsOutput> AdmissionsPort.Get_Student_ApplicationsAsync(Get_Student_ApplicationsInput request)
 {
     return(base.Channel.Get_Student_ApplicationsAsync(request));
 }
 Get_Student_ApplicationsOutput AdmissionsPort.Get_Student_Applications(Get_Student_ApplicationsInput request)
 {
     return(base.Channel.Get_Student_Applications(request));
 }