public async Task <bool> Connect(string username, string password)
 {
     return(await _client.LoginAsync(username, password));
 }