public void Dispose() { TryKillProcess(); _documentDbFixture?.Dispose(); _httpServer?.Dispose(); _httpClient?.Dispose(); }
public void Dispose() { _fixture.Reset(); _httpServer.Dispose(); }
public void Dispose() { _httpServer?.Dispose(); }