public System.Threading.Tasks.Task <AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken> FinishLoginAsync(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken, AdventureWorksSalesClient.AuthenticationServiceReference.SecondFactor secondFactor)
 {
     return(base.Channel.FinishLoginAsync(handshakeToken, secondFactor));
 }
 public AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken FinishLogin(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken, AdventureWorksSalesClient.AuthenticationServiceReference.SecondFactor secondFactor)
 {
     return(base.Channel.FinishLogin(handshakeToken, secondFactor));
 }