private static IBrightstarService GetClient(ICache queryCache = null) { return(BrightstarService.GetRestClient("http://localhost:8090/brightstar/", new PassthroughRequestAuthenticator(), queryCache)); }