diff --git a/README.md b/README.md
index 43f3493a..d3e86b6a 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ A C# .NET version based on [mock4net](https://github.com/alexvictoor/mock4net) w
| **WireMock.Net.OpenTelemetry** | [](https://www.nuget.org/packages/WireMock.Net.ProtoBuf) | [](https://www.myget.org/feed/wiremock-net/package/nuget/WireMock.Net.OpenTelemetry)
| | | |
| **WireMock.Net.RestClient** | [](https://www.nuget.org/packages/WireMock.Net.RestClient) | [](https://www.myget.org/feed/wiremock-net/package/nuget/WireMock.Net.RestClient)
+| **WireMock.Net.RestClient.AwesomeAssertions** | [](https://www.nuget.org/packages/WireMock.Net.RestClient.AwesomeAssertions) | [](https://www.myget.org/feed/wiremock-net/package/nuget/WireMock.Net.RestClient.AwesomeAssertions)
| **WireMock.Org.RestClient** | [](https://www.nuget.org/packages/WireMock.Org.RestClient) | [](https://www.myget.org/feed/wiremock-net/package/nuget/WireMock.Org.RestClient)
diff --git a/src/WireMock.Net.Abstractions/Server/IWireMockServer.cs b/src/WireMock.Net.Abstractions/Server/IWireMockServer.cs
index 79047c31..c2179533 100644
--- a/src/WireMock.Net.Abstractions/Server/IWireMockServer.cs
+++ b/src/WireMock.Net.Abstractions/Server/IWireMockServer.cs
@@ -33,12 +33,6 @@ public interface IWireMockServer : IDisposable
///
IReadOnlyList MappingModels { get; }
- //
- // Gets the mappings.
- //
- //[PublicAPI]
- //IEnumerable Mappings { get; }
-
///
/// Gets the ports.
///
@@ -69,8 +63,6 @@ public interface IWireMockServer : IDisposable
///
string? Provider { get; }
- //ConcurrentDictionary Scenarios { get; }
-
///
/// Occurs when [log entries changed].
///
@@ -115,8 +107,6 @@ public interface IWireMockServer : IDisposable
/// The .
IReadOnlyList FindLogEntries(params IRequestMatcher[] matchers);
- // IRespondWithAProvider Given(IRequestMatcher requestMatcher, bool saveToFile = false);
-
///
/// Reads a static mapping file and adds or updates a single mapping.
///