diff --git a/TestAssembly/Dtos/AnotherClass.cs b/TestAssembly/Dtos/AnotherClass.cs
new file mode 100644
index 0000000..ef74c34
--- /dev/null
+++ b/TestAssembly/Dtos/AnotherClass.cs
@@ -0,0 +1,7 @@
+namespace TestAssembly.Dtos
+{
+ public class AnotherClass
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/TestAssembly/Dtos/BlahDto.cs b/TestAssembly/Dtos/BlahDto.cs
new file mode 100644
index 0000000..9f01777
--- /dev/null
+++ b/TestAssembly/Dtos/BlahDto.cs
@@ -0,0 +1,7 @@
+namespace TestAssembly.Dtos
+{
+ public class BlahDto
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/TestAssembly/SomeDto.cs b/TestAssembly/SomeDto.cs
new file mode 100644
index 0000000..1e4746e
--- /dev/null
+++ b/TestAssembly/SomeDto.cs
@@ -0,0 +1,7 @@
+namespace TestAssembly
+{
+ public class SomeDto
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/TestAssembly/TestAssembly.csproj b/TestAssembly/TestAssembly.csproj
index f284858..253435e 100644
--- a/TestAssembly/TestAssembly.csproj
+++ b/TestAssembly/TestAssembly.csproj
@@ -44,7 +44,10 @@
+
+
+