public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse> GetIndependentCommentsAsync(int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest();
     inValue.Body        = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequestBody();
     inValue.Body.postId = postId;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetIndependentCommentsAsync(inValue));
 }
 public bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap[] GetIndependentComments(int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest();
     inValue.Body        = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequestBody();
     inValue.Body.postId = postId;
     bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetIndependentComments(inValue);
     return(retVal.Body.GetIndependentCommentsResult);
 }
 System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetIndependentCommentsAsync(bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest request)
 {
     return(base.Channel.GetIndependentCommentsAsync(request));
 }
 bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetIndependentComments(bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest request)
 {
     return(base.Channel.GetIndependentComments(request));
 }