public System.Threading.Tasks.Task <bool> RegisterAsync(WebMVC.AccountService.Account account)
 {
     return(base.Channel.RegisterAsync(account));
 }
 public bool Register(WebMVC.AccountService.Account account)
 {
     return(base.Channel.Register(account));
 }