public DataService()
 {
     this.appSetting        = InstanceProvider.GetAppSetting();
     this.fileIOService     = InstanceProvider.GetTextFromFile();
     this.uri               = InstanceProvider.GetLocalPath();
     this.helloWorldWrapper = InstanceProvider.GetHelloWorld();
 }
 public HelloWorldApiService()
 {
     this.restClient  = ConsoleInstanceProvider.GetRestClient();
     this.restRequest = ConsoleInstanceProvider.GetRestRequest();
     this.appSettings = InstanceProvider.GetAppSetting();
 }