public client.NET.SR1.compte getCompte(long code)
 {
     client.NET.SR1.getCompteRequest inValue = new client.NET.SR1.getCompteRequest();
     inValue.code = code;
     client.NET.SR1.getCompteResponse retVal = ((client.NET.SR1.BanqueService)(this)).getCompte(inValue);
     return(retVal.@return);
 }
 public System.Threading.Tasks.Task <client.NET.SR1.getCompteResponse> getCompteAsync(long code)
 {
     client.NET.SR1.getCompteRequest inValue = new client.NET.SR1.getCompteRequest();
     inValue.code = code;
     return(((client.NET.SR1.BanqueService)(this)).getCompteAsync(inValue));
 }
 System.Threading.Tasks.Task <client.NET.SR1.getCompteResponse> client.NET.SR1.BanqueService.getCompteAsync(client.NET.SR1.getCompteRequest request)
 {
     return(base.Channel.getCompteAsync(request));
 }
 client.NET.SR1.getCompteResponse client.NET.SR1.BanqueService.getCompte(client.NET.SR1.getCompteRequest request)
 {
     return(base.Channel.getCompte(request));
 }