public Put_Import_Process_ResponseType Import_Reported_Time_Blocks(Workday_Common_HeaderType Workday_Common_Header, Import_Reported_Time_Blocks_RequestType Import_Reported_Time_Blocks_Request)
 {
     return(((Time_TrackingPort)this).Import_Reported_Time_Blocks(new Import_Reported_Time_BlocksInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Reported_Time_Blocks_Request = Import_Reported_Time_Blocks_Request
     }).Put_Import_Process_Response);
 }
 public Import_Reported_Time_BlocksInput(Workday_Common_HeaderType Workday_Common_Header, Import_Reported_Time_Blocks_RequestType Import_Reported_Time_Blocks_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Import_Reported_Time_Blocks_Request = Import_Reported_Time_Blocks_Request;
 }
 public Task <Import_Reported_Time_BlocksOutput> Import_Reported_Time_BlocksAsync(Workday_Common_HeaderType Workday_Common_Header, Import_Reported_Time_Blocks_RequestType Import_Reported_Time_Blocks_Request)
 {
     return(((Time_TrackingPort)this).Import_Reported_Time_BlocksAsync(new Import_Reported_Time_BlocksInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Reported_Time_Blocks_Request = Import_Reported_Time_Blocks_Request
     }));
 }