public Task <Import_ISIR_TransactionOutput> Import_Student_Aggregate_AwardsAsync(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Aggregate_Award_RequestType Import_Student_Aggregate_Award_Request)
 {
     return(((Financial_AidPort)this).Import_Student_Aggregate_AwardsAsync(new Import_Student_Aggregate_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Aggregate_Award_Request = Import_Student_Aggregate_Award_Request
     }));
 }
 public Import_Student_Aggregate_AwardsInput(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Aggregate_Award_RequestType Import_Student_Aggregate_Award_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Import_Student_Aggregate_Award_Request = Import_Student_Aggregate_Award_Request;
 }
 public Put_Import_Process_ResponseType Import_Student_Aggregate_Awards(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Aggregate_Award_RequestType Import_Student_Aggregate_Award_Request)
 {
     return(((Financial_AidPort)this).Import_Student_Aggregate_Awards(new Import_Student_Aggregate_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Aggregate_Award_Request = Import_Student_Aggregate_Award_Request
     }).Put_Import_Process_Response);
 }