public void Start() { this.ViewModelLocator = new ViewModelLocator(); // set up the API ApiReader = new ApiReader() { Url = Settings.Default.Url, ApiKey = Settings.Default.ApiKey, }; }