diff --git a/Burr.Tests/Burr.Tests.csproj b/Burr.Tests/Burr.Tests.csproj
index 033aec7d..cd0b31b9 100644
--- a/Burr.Tests/Burr.Tests.csproj
+++ b/Burr.Tests/Burr.Tests.csproj
@@ -35,11 +35,9 @@
-
-
-
-
+
+
..\packages\xunit.1.9.0.1566\lib\xunit.dll
@@ -51,7 +49,7 @@
-
+
diff --git a/Burr.Tests/StringExtensionsTests.cs b/Burr.Tests/Helpers/StringExtensionsTests.cs
similarity index 100%
rename from Burr.Tests/StringExtensionsTests.cs
rename to Burr.Tests/Helpers/StringExtensionsTests.cs
diff --git a/Burr/AuthenticationType.cs b/Burr/AuthenticationType.cs
new file mode 100644
index 00000000..141ac544
--- /dev/null
+++ b/Burr/AuthenticationType.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Burr
+{
+ public enum AuthenticationType
+ {
+ Anonymous,
+ Basic,
+ Oauth
+ }
+}
diff --git a/Burr/Burr.csproj b/Burr/Burr.csproj
index cdaac36f..2fd734c3 100644
--- a/Burr/Burr.csproj
+++ b/Burr/Burr.csproj
@@ -32,16 +32,13 @@
-
-
-
-
+
-
+