public void SetUp()
 {
     _statServices = new StatServices();
     _webClient    = new WebClient();
     _accessToData = new AccessToData();
 }