public System.Threading.Tasks.Task <bool> AMDCommentAsync(Client.ServiceReference1.Post post, Client.ServiceReference1.Comment comment)
 {
     return(base.Channel.AMDCommentAsync(post, comment));
 }
 public bool AMDComment(Client.ServiceReference1.Post post, Client.ServiceReference1.Comment comment)
 {
     return(base.Channel.AMDComment(post, comment));
 }
 public Client.ServiceReference1.Comment[] GetComments(Client.ServiceReference1.Post post)
 {
     return(base.Channel.GetComments(post));
 }
 public System.Threading.Tasks.Task <Client.ServiceReference1.Comment[]> GetCommentsAsync(Client.ServiceReference1.Post post)
 {
     return(base.Channel.GetCommentsAsync(post));
 }
 public bool AMDPost(Client.ServiceReference1.Post post)
 {
     return(base.Channel.AMDPost(post));
 }