public System.Threading.Tasks.Task <LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseResponse> getResponseAsync(LFM.Submissions.AgentServices.EdrsAttachmentPollService.PollRequestType arg0)
 {
     LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseRequest inValue = new LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseRequest();
     inValue.arg0 = arg0;
     return(((LFM.Submissions.AgentServices.EdrsAttachmentPollService.AttachmentV1_0PollRequestService)(this)).getResponseAsync(inValue));
 }
 public LFM.Submissions.AgentServices.EdrsAttachmentPollService.AttachmentResponseV1_0Type getResponse(LFM.Submissions.AgentServices.EdrsAttachmentPollService.PollRequestType arg0)
 {
     LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseRequest inValue = new LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseRequest();
     inValue.arg0 = arg0;
     LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseResponse retVal = ((LFM.Submissions.AgentServices.EdrsAttachmentPollService.AttachmentV1_0PollRequestService)(this)).getResponse(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseResponse> LFM.Submissions.AgentServices.EdrsAttachmentPollService.AttachmentV1_0PollRequestService.getResponseAsync(LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseRequest request)
 {
     return(base.Channel.getResponseAsync(request));
 }
 LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseResponse LFM.Submissions.AgentServices.EdrsAttachmentPollService.AttachmentV1_0PollRequestService.getResponse(LFM.Submissions.AgentServices.EdrsAttachmentPollService.getResponseRequest request)
 {
     return(base.Channel.getResponse(request));
 }