diff --git a/Hyperbar/Hyperbar.csproj b/Hyperbar/Hyperbar.csproj
index c55732b..acc8244 100644
--- a/Hyperbar/Hyperbar.csproj
+++ b/Hyperbar/Hyperbar.csproj
@@ -7,5 +7,6 @@
+
diff --git a/Hyperbar/Lifecycles/AppService.cs b/Hyperbar/Lifecycles/AppService.cs
index 07d318a..ce7e39d 100644
--- a/Hyperbar/Lifecycles/AppService.cs
+++ b/Hyperbar/Lifecycles/AppService.cs
@@ -1,4 +1,5 @@
using Microsoft.Extensions.Hosting;
+using System;
namespace Hyperbar;
diff --git a/Hyperbar/Lifecycles/Disposer.cs b/Hyperbar/Lifecycles/Disposer.cs
new file mode 100644
index 0000000..6759ba0
--- /dev/null
+++ b/Hyperbar/Lifecycles/Disposer.cs
@@ -0,0 +1,81 @@
+using System.Runtime.CompilerServices;
+using System.Reactive.Disposables;
+using System.Collections;
+
+namespace Hyperbar;
+
+public class Disposer :
+ IDisposer
+{
+ private readonly ConditionalWeakTable