diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json
new file mode 100644
index 0000000..f8b4888
--- /dev/null
+++ b/.vs/ProjectSettings.json
@@ -0,0 +1,3 @@
+{
+ "CurrentProjectSetting": null
+}
\ No newline at end of file
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
new file mode 100644
index 0000000..fca639f
Binary files /dev/null and b/.vs/slnx.sqlite differ
diff --git a/src/Program.cs b/src/Program.cs
index 31b8e02..19f890c 100644
--- a/src/Program.cs
+++ b/src/Program.cs
@@ -30,7 +30,7 @@ public class Program
///
/// The Azure DocumentDB endpoint for running this GetStarted sample.
///
- private static readonly string EndpointUri = ConfigurationManager.AppSettings["EndPointUri"];
+ private static readonly string EndpointUri = ConfigurationManager.AppSettings["EndpointUri"];
///
/// The primary key for the Azure DocumentDB account.