public void DoExampleInitialize() { var service = new FhirService(new Uri("http://localhost")); service.Initialize(); }