@@ -85,7 +85,7 @@ internal string GenerateLipsum(int count, Features feature)
         }
         else
         {
-            throw new NotImplementedException("Sorry, this is not yet implemented.");
+            throw new NotImplementedException();
         }
 
         int length = data.Length;