public void stop_remote_server_method()
 {
     _stoprequested = false;
     _client.stop_remote_server();
     //wait upto 5 secs for it to be processed
     System.Threading.Thread.Sleep(5000);
     Assert.IsTrue(_stoprequested);
 }