public override Task <bool> ConnectAsync(string ip, int port)
 {
     return(DecoratedClient.ConnectAsync(ip, port));
 }