/// <summary> /// Sends a Who Is query to server for the user. /// </summary> public void WhoIs() { client.QueryWhoIs(nickName); }