public void TearDown()
 {
     _client.Dispose();
     _client = null;
 }
 public void Setup()
 {
     _client = new RandomUserClient();
 }