public System.Threading.Tasks.Task <MessageClient.MessageServiceReference.Employee> RegistrationAsync(MessageClient.MessageServiceReference.Employee employee)
 {
     return(base.Channel.RegistrationAsync(employee));
 }
 public System.Threading.Tasks.Task <MessageClient.MessageServiceReference.Employee> VerificationAccountAsync(MessageClient.MessageServiceReference.Employee employee)
 {
     return(base.Channel.VerificationAccountAsync(employee));
 }
 public MessageClient.MessageServiceReference.Employee Registration(MessageClient.MessageServiceReference.Employee employee)
 {
     return(base.Channel.Registration(employee));
 }
 public MessageClient.MessageServiceReference.Employee VerificationAccount(MessageClient.MessageServiceReference.Employee employee)
 {
     return(base.Channel.VerificationAccount(employee));
 }