public System.Threading.Tasks.Task <WCFService.models.ClientResult> AuthentificationAsync(WCFService.models.Client Client)
 {
     return(base.Channel.AuthentificationAsync(Client));
 }
 public WCFService.models.ClientResult Authentification(WCFService.models.Client Client)
 {
     return(base.Channel.Authentification(Client));
 }