public void TearDown()
 {
     _client = null;
 }
 public void SetUp()
 {
     _client = new MockApiClient();
 }