public void Disposes_Without_Exception() { var s = new SoulseekClient(); var ex = Record.Exception(() => s.Dispose()); Assert.Null(ex); }