diff --git a/src/Tgstation.Server.Host/Components/Session/SessionController.cs b/src/Tgstation.Server.Host/Components/Session/SessionController.cs
index b6cfa31e50..b09d1ee7bf 100644
--- a/src/Tgstation.Server.Host/Components/Session/SessionController.cs
+++ b/src/Tgstation.Server.Host/Components/Session/SessionController.cs
@@ -600,11 +600,7 @@ namespace Tgstation.Server.Host.Components.Session
///
/// Throws an if has been called.
///
- void CheckDisposed()
- {
- if (disposed)
- throw new ObjectDisposedException(nameof(SessionController));
- }
+ void CheckDisposed() => ObjectDisposedException.ThrowIf(disposed, this);
///
/// Handle a set of bridge .