public System.Threading.Tasks.Task <bool> IsLoggedAsync(UNO_Client.LoginServicesProxy.Player player)
 {
     return(base.Channel.IsLoggedAsync(player));
 }
 public bool IsLogged(UNO_Client.LoginServicesProxy.Player player)
 {
     return(base.Channel.IsLogged(player));
 }