diff --git a/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs b/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs
index 34a0a1ae..12a05c01 100644
--- a/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs
+++ b/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Text.Json;
+using AwesomeAssertions;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TestBO4E;
diff --git a/BO4ETestProject/TestAutoNumberConverter.cs b/BO4ETestProject/TestAutoNumberConverter.cs
index a117409a..d7528ec3 100644
--- a/BO4ETestProject/TestAutoNumberConverter.cs
+++ b/BO4ETestProject/TestAutoNumberConverter.cs
@@ -1,7 +1,7 @@
using System.IO;
+using AwesomeAssertions;
using BO4E.BO;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using JsonSerializer = System.Text.Json.JsonSerializer;
diff --git a/BO4ETestProject/TestBO4E.csproj b/BO4ETestProject/TestBO4E.csproj
index 8612fa28..5dc5e281 100644
--- a/BO4ETestProject/TestBO4E.csproj
+++ b/BO4ETestProject/TestBO4E.csproj
@@ -1,85 +1,85 @@
-
-
- net8.0
- false
-
- Library
-
- TestBO4E-dotnet
- 12
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
-
+
+
+ net8.0
+ false
+
+ Library
+
+ TestBO4E-dotnet
+ 12
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+
diff --git a/BO4ETestProject/TestEnumMembers.cs b/BO4ETestProject/TestEnumMembers.cs
index 0ac6637f..627e5d70 100644
--- a/BO4ETestProject/TestEnumMembers.cs
+++ b/BO4ETestProject/TestEnumMembers.cs
@@ -2,9 +2,9 @@
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
+using AwesomeAssertions;
using BO4E.ENUM;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json.Converters;
diff --git a/BO4ETestProject/TestEnums.cs b/BO4ETestProject/TestEnums.cs
index 72920cb6..3f758136 100644
--- a/BO4ETestProject/TestEnums.cs
+++ b/BO4ETestProject/TestEnums.cs
@@ -1,7 +1,7 @@
using System;
using System.Linq;
using System.Reflection;
-using FluentAssertions;
+using AwesomeAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TestBO4E;
diff --git a/BO4ETestProject/TestGeraetemerkmalConverter.cs b/BO4ETestProject/TestGeraetemerkmalConverter.cs
index dad1b9b6..7dc8cc52 100644
--- a/BO4ETestProject/TestGeraetemerkmalConverter.cs
+++ b/BO4ETestProject/TestGeraetemerkmalConverter.cs
@@ -1,8 +1,8 @@
using System.Collections.Generic;
using System.Text.Json.Serialization;
+using AwesomeAssertions;
using BO4E.ENUM;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using JsonException = System.Text.Json.JsonException;
diff --git a/BO4ETestProject/TestJsonOrder.cs b/BO4ETestProject/TestJsonOrder.cs
index f4c85e4c..4d12c574 100644
--- a/BO4ETestProject/TestJsonOrder.cs
+++ b/BO4ETestProject/TestJsonOrder.cs
@@ -3,9 +3,9 @@
using System.Linq;
using System.Reflection;
using System.Text.Json.Serialization;
+using AwesomeAssertions;
using BO4E.BO;
using BO4E.COM;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using JsonIgnoreAttribute = System.Text.Json.Serialization.JsonIgnoreAttribute;
diff --git a/BO4ETestProject/TestJsonSchemaGeneration.cs b/BO4ETestProject/TestJsonSchemaGeneration.cs
index c0484343..1c7e2a41 100644
--- a/BO4ETestProject/TestJsonSchemaGeneration.cs
+++ b/BO4ETestProject/TestJsonSchemaGeneration.cs
@@ -1,7 +1,7 @@
using System;
using System.Linq;
+using AwesomeAssertions;
using BO4E.BO;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json.Schema;
diff --git a/BO4ETestProject/TestLinkExtensions.cs b/BO4ETestProject/TestLinkExtensions.cs
index 535a2b04..a39da35c 100644
--- a/BO4ETestProject/TestLinkExtensions.cs
+++ b/BO4ETestProject/TestLinkExtensions.cs
@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
+using AwesomeAssertions;
using BO4E.Marktkommunikation;
using BO4E.Marktkommunikation.v2;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TestBO4E;
diff --git a/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs b/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs
index 145a38dd..85ec697b 100644
--- a/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs
+++ b/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs
@@ -1,6 +1,6 @@
using System;
+using AwesomeAssertions;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TestBO4E;
diff --git a/BO4ETestProject/TestProtobufSerialization.cs b/BO4ETestProject/TestProtobufSerialization.cs
index 59395988..1875e9e1 100644
--- a/BO4ETestProject/TestProtobufSerialization.cs
+++ b/BO4ETestProject/TestProtobufSerialization.cs
@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.IO;
+using AwesomeAssertions;
using BO4E.BO;
using BO4E.COM;
using BO4E.ENUM;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ProtoBuf;
diff --git a/BO4ETestProject/TestSperrauftrag.cs b/BO4ETestProject/TestSperrauftrag.cs
index addb703f..a513c2d6 100644
--- a/BO4ETestProject/TestSperrauftrag.cs
+++ b/BO4ETestProject/TestSperrauftrag.cs
@@ -2,10 +2,10 @@
using System.Collections.Generic;
using System.Text.Json;
using System.Text.Json.Serialization;
+using AwesomeAssertions;
using BO4E.BO;
using BO4E.COM;
using BO4E.ENUM;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TestBO4E;
diff --git a/BO4ETestProject/TestStringEnumConverter.cs b/BO4ETestProject/TestStringEnumConverter.cs
index 5dd56aa1..d8369c6f 100644
--- a/BO4ETestProject/TestStringEnumConverter.cs
+++ b/BO4ETestProject/TestStringEnumConverter.cs
@@ -4,9 +4,9 @@
using System.Runtime.Serialization;
using System.Text.Json;
using System.Text.Json.Serialization;
+using AwesomeAssertions;
using BO4E.ENUM;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
diff --git a/BO4ETestProject/TestUserProperties.cs b/BO4ETestProject/TestUserProperties.cs
index a476bcf9..0c6f6f58 100644
--- a/BO4ETestProject/TestUserProperties.cs
+++ b/BO4ETestProject/TestUserProperties.cs
@@ -2,12 +2,12 @@
using System.Collections.Generic;
using System.IO;
using System.Text.Json;
+using AwesomeAssertions;
using BO4E;
using BO4E.BO;
using BO4E.COM;
using BO4E.ENUM;
using BO4E.meta.LenientConverters;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using JsonSerializer = System.Text.Json.JsonSerializer;
diff --git a/BO4ETestProject/TestZeitraumDeserialization.cs b/BO4ETestProject/TestZeitraumDeserialization.cs
index 872bc463..b95a8102 100644
--- a/BO4ETestProject/TestZeitraumDeserialization.cs
+++ b/BO4ETestProject/TestZeitraumDeserialization.cs
@@ -2,8 +2,8 @@
using System.Collections.Generic;
using System.Text.Json;
using System.Text.Json.Serialization;
+using AwesomeAssertions;
using BO4E.COM;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
diff --git a/TestBO4E.Extensions/TestBO4E.Extensions.csproj b/TestBO4E.Extensions/TestBO4E.Extensions.csproj
index 3e60cf32..b8d7503e 100644
--- a/TestBO4E.Extensions/TestBO4E.Extensions.csproj
+++ b/TestBO4E.Extensions/TestBO4E.Extensions.csproj
@@ -1,95 +1,95 @@
-
-
- net8.0
- TestBO4E_dotnet_Extensions
- false
- 12
-
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
-
+
+
+ net8.0
+ TestBO4E_dotnet_Extensions
+ false
+ 12
+
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+
diff --git a/TestBO4E.Extensions/TestVerbrauchExtension.cs b/TestBO4E.Extensions/TestVerbrauchExtension.cs
index ee7d6db7..83aa7f21 100644
--- a/TestBO4E.Extensions/TestVerbrauchExtension.cs
+++ b/TestBO4E.Extensions/TestVerbrauchExtension.cs
@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
+using AwesomeAssertions;
using BO4E.COM;
using BO4E.ENUM;
-using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using static BO4E.Extensions.COM.VerbrauchExtension;
diff --git a/TestBO4E.Reporting/TestBO4E.Reporting.csproj b/TestBO4E.Reporting/TestBO4E.Reporting.csproj
index 43fac638..16965edc 100644
--- a/TestBO4E.Reporting/TestBO4E.Reporting.csproj
+++ b/TestBO4E.Reporting/TestBO4E.Reporting.csproj
@@ -1,25 +1,25 @@
-
-
- net8.0
- TestBO4E_dotnet_Reporting
- false
- 12
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ net8.0
+ TestBO4E_dotnet_Reporting
+ false
+ 12
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+
+
+
+