public Get_Student_Preliminary_Awards_ResponseType Get_Student_Preliminary_Awards(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Preliminary_Awards_RequestType Get_Student_Preliminary_Awards_Request)
 {
     return(((Financial_AidPort)this).Get_Student_Preliminary_Awards(new Get_Student_Preliminary_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Student_Preliminary_Awards_Request = Get_Student_Preliminary_Awards_Request
     }).Get_Student_Preliminary_Awards_Response);
 }
 public Task <Get_Student_Preliminary_AwardsOutput> Get_Student_Preliminary_AwardsAsync(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Preliminary_Awards_RequestType Get_Student_Preliminary_Awards_Request)
 {
     return(((Financial_AidPort)this).Get_Student_Preliminary_AwardsAsync(new Get_Student_Preliminary_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Student_Preliminary_Awards_Request = Get_Student_Preliminary_Awards_Request
     }));
 }
 public Get_Student_Preliminary_AwardsInput(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Preliminary_Awards_RequestType Get_Student_Preliminary_Awards_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Get_Student_Preliminary_Awards_Request = Get_Student_Preliminary_Awards_Request;
 }