diff --git a/src/UiPath.CoreIpc/Server/ServiceHost.cs b/src/UiPath.CoreIpc/Server/ServiceHost.cs index 52abf873..49739bc4 100644 --- a/src/UiPath.CoreIpc/Server/ServiceHost.cs +++ b/src/UiPath.CoreIpc/Server/ServiceHost.cs @@ -1,6 +1,5 @@ namespace UiPath.CoreIpc; - -public class ServiceHost : IDisposable +public sealed class ServiceHost : IDisposable { private readonly CancellationTokenSource _cancellationTokenSource = new(); private readonly IDictionary _endpoints;