protected override void Dispose(bool disposing) { base.Dispose(disposing); if (disposing) { LocalEvents?.Dispose(); _serverEvents?.Dispose(); } }