/// <summary>
        ///
        /// </summary>
        /// <param name="apiKey"></param>
        public GHRouter(string apiKey)
        {
            _apiKey = apiKey;

            _vrpApiInstance  = new VrpApi();
            _rtngApiInstance = new RoutingApi();
            _slnApiInstance  = new SolutionApi();
        }
 public void Init()
 {
     instance = new VrpApi();
 }