public System.Threading.Tasks.Task <WpfApplication1.ServiceReference2.Game> GetDataUsingDataContractAsync(WpfApplication1.ServiceReference2.Game composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
 public WpfApplication1.ServiceReference2.Game GetDataUsingDataContract(WpfApplication1.ServiceReference2.Game composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }